"Andrei Bintintan" <[EMAIL PROTECTED]> writes: > If I create a table with create table and after that I modify the = > table(add some columns) in the dump the table is saved in the same way, = > I mean, in the dump first the table is created and after that the column = > is added.=20
I don't actually believe that --- simple inspection of the pg_dump source shows that it can never emit an ALTER TABLE ADD COLUMN command. Can you give a concrete example of what you are talking about? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly