Re: Option to dump foreign data in pg_dump
От | Luis Carril |
---|---|
Тема | Re: Option to dump foreign data in pg_dump |
Дата | |
Msg-id | LEXPR01MB0591231525A7FADBAEF01A30E7050@LEXPR01MB0591.DEUPRD01.PROD.OUTLOOK.DE обсуждение исходный текст |
Ответ на | Re: Option to dump foreign data in pg_dump (vignesh C <vignesh21@gmail.com>) |
Ответы |
Re: Option to dump foreign data in pg_dump
|
Список | pgsql-hackers |
Thanks for working on the comments. I noticed one behavior is
different when --table option is specified. When --table is specified
the following are not getting dumped:
CREATE SERVER foreign_server
I felt the above also should be included as part of the dump when
include-foreign-data option is specified.
Yes, it also happens on master. A dump of a foreign table using --table, which only dumps the table definition, does not include the extension nor the server.
I guess that the idea behind --table is that the table prerequisites should already exist on the database.
A similar behavior can be reproduced for a non foreign table. If a table is created in a specific schema, dumping only the table with --table does not dump the schema definition.
So I think we do not need to dump the server with the table.
Cheers
Luis M Carril
В списке pgsql-hackers по дате отправления: