Re: dumping the schema ?

Поиск
Список
Период
Сортировка
От Lonni J Friedman
Тема Re: dumping the schema ?
Дата
Msg-id 7c1574a9050129122344db8913@mail.gmail.com
обсуждение исходный текст
Ответ на dumping the schema ?  (raptor <raptor@tvskat.net>)
Список pgsql-general
On Sat, 29 Jan 2005 21:55:23 +0200, raptor <raptor@tvskat.net> wrote:
> hi,
> how can I dump the db schema so that I can recrate the DB later ?


From 'man pg_dump':
-s

--schema-only
              Dump only the schema (data definitions), no data.

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L. Friedman                                    netllama@gmail.com
LlamaLand                       http://netllama.linux-sxs.org

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

Предыдущее
От: PFC
Дата:
Сообщение: Re: Splitting queries across servers
Следующее
От: Joe Conway
Дата:
Сообщение: Re: question about porting least and greatest from oracle