Re: fine tuned database dump/reload?

Поиск
Список
Период
Сортировка
От Bricklen Anderson
Тема Re: fine tuned database dump/reload?
Дата
Msg-id 434BE99E.3070509@PresiNET.com
обсуждение исходный текст
Ответ на fine tuned database dump/reload?  (Dan Armbrust <daniel.armbrust.list@gmail.com>)
Ответы Re: fine tuned database dump/reload?  (Dan Armbrust <daniel.armbrust.list@gmail.com>)
Список pgsql-general
Dan Armbrust wrote:
> Does postgresql have any facility to dump anything more fine grained
> than a database to a text file?
>
> For example, to mention a bad word, MySQL's dump command allows you to
> specify individual tables to dump
<snip>
> PostgreSQL's pg_dump command seems rather limited in its abilities.
> Maybe I'm missing the command I'm looking for.
>
> Thanks,
>
> Dan
>

pg_dump --help
...
  -n, --schema=SCHEMA      dump the named schema only
  -s, --schema-only        dump only the schema, no data
  -t, --table=TABLE        dump the named table only
...

--
_______________________________

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-general по дате отправления:

Предыдущее
От: Zlatko Matić
Дата:
Сообщение: Re: user privilages for executing pg_autovacuum?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Cluster/redundancy question