Re: pg_dump without data

Поиск
Список
Период
Сортировка
От Philip Hallstrom
Тема Re: pg_dump without data
Дата
Msg-id 20050506105546.U40081@wolf.pjkh.com
обсуждение исходный текст
Ответ на pg_dump without data  (Kenneth Gonsalves <lawgon@thenilgiris.com>)
Список pgsql-sql
> how do i get a dump of a postgresql database without the data?

% pg_dump --help
pg_dump dumps a database as a text file or to other formats.

Usage:  pg_dump [OPTION]... [DBNAME]

.....
  -s, --schema-only        dump only the schema, no data

....

-philip


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