mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
* User Defined Columns * Temporary files with copy data content now suffixed .pgloader * New option --version * Fix TextReader newline_escapes configuration option reading * Fix Reader reject initialisation * Skip database related settings when in DRY_RUN mode (-n) * List all command line options from man page synopsis
5 lines
65 B
SQL
5 lines
65 B
SQL
CREATE TABLE udc (
|
|
b integer primary key,
|
|
c text,
|
|
d integer
|
|
); |