Re: Truncate on pg_dump / pg_restore

Поиск
Список
Период
Сортировка
От chris smith
Тема Re: Truncate on pg_dump / pg_restore
Дата
Msg-id 3c1395330810250318r6f4c7e1ao9eac8dd35eed2726@mail.gmail.com
обсуждение исходный текст
Ответ на Truncate on pg_dump / pg_restore  (Bryce Nesbitt <bryce2@obviously.com>)
Ответы Re: Truncate on pg_dump / pg_restore
Список pgsql-sql
On Sat, Oct 25, 2008 at 5:32 PM, Bryce Nesbitt <bryce2@obviously.com> wrote:
> Dear Postgres Gurus;
>
> Is there a way to truncate a table, at pg_dump time?
>
> I'm aware of various ways to exclude a table from a dump (>= 8.2), or to
> selectively pg_restore.  What I'm seeking here is different.  I've got
> tables with pretty disposable data... meaning I want to drop the data...
> but restore empty indexed tables at pg_restore time.

Do a schema-only dump.

pg_dump --help says use '-s' or '--schema-only'.

-- 
Postgresql & php tutorials
http://www.designmagick.com/


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

Предыдущее
От: Bryce Nesbitt
Дата:
Сообщение: Truncate on pg_dump / pg_restore
Следующее
От: Bryce Nesbitt
Дата:
Сообщение: Re: Truncate on pg_dump / pg_restore