Re: Building a database from a flat file

Поиск
Список
Период
Сортировка
От Bricklen Anderson
Тема Re: Building a database from a flat file
Дата
Msg-id 42275BCC.1050308@PresiNET.com
обсуждение исходный текст
Ответ на Re: Building a database from a flat file  ("Casey T. Deccio" <ctdecci@sandia.gov>)
Список pgsql-sql
Casey T. Deccio wrote:
> Question: is there an "easy" way to duplicate an existing schema
> (tables, functions, sequences, etc.)--not the data; only the schema?
> This way, I would only need to modify one schema (public) to make
> changes, and the build schema could be created each time as a duplicate
> of the public schema.  Maintenance would be much simpler.
> 
check the docs for pg_dump (-s) for doing structural dumps of your schema.

-- 
_______________________________

This e-mail may be privileged and/or confidential, and the sender does
not waive any related rights and obligations. Any distribution, use or
copying of this e-mail or the information it contains by other than an
intended recipient is unauthorized. If you received this e-mail in
error, please advise me (by return e-mail or otherwise) immediately.
_______________________________


В списке pgsql-sql по дате отправления:

Предыдущее
От: Markus Schaber
Дата:
Сообщение: Re: Building a database from a flat file
Следующее
От: Sean Davis
Дата:
Сообщение: Re: Building a database from a flat file