mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
- bugfixes - new options in pgloader.conf Added a small ReST documentation to help the common mortal to use pgloader, and Makefile + stylesheet.sty to generate pretty PDF / HTML output of that doc
3 lines
74 B
SQL
3 lines
74 B
SQL
drop table foo;
|
|
create table foo (a integer primary key, b date, c text);
|