Re: [SQL] pg_dumpall + psql -e template1

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [SQL] pg_dumpall + psql -e template1
Дата
Msg-id 199909281255.IAA14601@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [SQL] pg_dumpall + psql -e template1  (Sebestyen Zoltan <szoli@netvisor.hu>)
Список pgsql-sql
[Charset iso-8859-2 unsupported, filtering to ASCII...]
> A question: does pg_dumpall save all the information of the database - I
> think of grant rights, etc - or shall I restore them manually?

Saves them by running pg_dump.  In 6.5.*, no -z is needed.  In earlier
releases, you needed add -z option to save grants.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: "ciprut ethan"
Дата:
Сообщение:
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] table aliasing problem with 6.5...