pgloader/doc/example/create_table.sql
jpargudo 0c1e04dfb3 A new version of pgloader with:
- 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
2005-11-21 16:05:50 +00:00

3 lines
74 B
SQL

drop table foo;
create table foo (a integer primary key, b date, c text);