Gregory Stark napsal(a):

How about adding a special syntax for CREATE TABLE which indicates to include
a dropped column in that position? Then pg_dump could have a -X option to
include those columns as placeholders. Something like:

CREATE TABLE foo (
 col1 integer,
 NULL COLUMN,
 col2 integer
);

You need to know a size of the attribute for fetchattr function.

                Zdenke

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to