pg_dump and Users

Поиск
Список
Период
Сортировка
От Gareth Kirwan
Тема pg_dump and Users
Дата
Msg-id 00dc01c2bbba$8a589ed0$55eaa8c0@gbjk1
обсуждение исходный текст
Ответы Re: pg_dump and Users  ("Gareth Kirwan" <gbjk@thermeoneurope.com>)
Список pgsql-admin
Hey everyone,
 
    Just a quicky...
    I need to dump a database completely while a system is re-installed.. and then reload it afterwards.
    I'm planning on using
        pg_dump -C database > Flatfile
        pgsql -d database -f Flatfile
    But this doesn't account for the handling of users and user creation.
 
    Can anyone tell me how I should be doing this ?
 
    Cheers
 
Gareth Kirwan
Programming & Development,
Thermeon Europe Ltd,
gbjk@thermeoneurope.com
Tel: +44 (0) 1293 864 303
Thermeon Europe e-Card: gbjk

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Grants on creating tables..
Следующее
От: "Gareth Kirwan"
Дата:
Сообщение: Re: pg_dump and Users