Re: Generating an ANSI compliant schema recreation script
В списке pgsql-general по дате отправления:
| От | Douglas McNaught |
|---|---|
| Тема | Re: Generating an ANSI compliant schema recreation script |
| Дата | |
| Msg-id | m2slujhpfw.fsf@Douglas-McNaughts-Powerbook.local обсуждение исходный текст |
| Ответ на | Generating an ANSI compliant schema recreation script (J French <hikenboots@gmail.com>) |
| Ответы |
Re: Generating an ANSI compliant schema recreation script
|
| Список | pgsql-general |
J French <hikenboots@gmail.com> writes: > I need to capture the schema on a postgres database and recreate it on > another ansi compliant platform. Is it possible to generate a file > (perhaps from pg_dump?) as a sequence of ansi compliant SQL commands > which can be used to recreate the structure? If you had read the pg_dump manpage, you would have seen: -s, --schema-only dump only the schema, no data The schema dump will be close to ANSI-compatible, but you will probably have to edit it a bit. -Doug
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера