Re: list tablespaces named in custom format dump

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: list tablespaces named in custom format dump
Дата
Msg-id 9013c93e-3f01-f40a-4e14-7b1c9d7b065d@aklaver.com
обсуждение исходный текст
Ответ на list tablespaces named in custom format dump  (Rob Sargent <robjsargent@gmail.com>)
Ответы Re: list tablespaces named in custom format dump  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-general
On 5/23/22 9:45 AM, Rob Sargent wrote:
> Using pg 14, is it easy (possible) to list the tablespaces used in a 
> custom format dump. Are the definitions included?
> 

https://www.postgresql.org/docs/14/app-pgdump.html

"pg_dump only dumps a single database. To back up an entire cluster, or 
to back up global objects that are common to all databases in a cluster 
(such as roles and tablespaces), use pg_dumpall."

https://www.postgresql.org/docs/14/app-pg-dumpall.html

"-g
--globals-only

     Dump only global objects (roles and tablespaces), no databases.
"

> Thanks,
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: list tablespaces named in custom format dump
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: list tablespaces named in custom format dump