Re: pg_dump, pg_dumpall and createdb privilege

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: pg_dump, pg_dumpall and createdb privilege
Дата
Msg-id 87d6se1vj7.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на pg_dump, pg_dumpall and createdb privilege  (Thomas Swan <tswan@idigx.com>)
Список pgsql-hackers
Thomas Swan <tswan@idigx.com> writes:
> 1. create a user with createdb privilege.
> 2. create a database as that user (allowing that user full reign over
> that particular db)
> 3. drop the createdb from the user.
> 4. pg_dumpall the databases to a single file
> 5. either use pg_restore or psql < infile to restore the databases and
> it fails.

This is a known problem, I remember raising it on hackers several
months ago.

> Is it possible to address this before the 7.3 release or is this
> concern no longer a problem in the 7.3 branch?

It's fixed in CVS. Databases are now created using CREATE DATABASE xxx
WITH OWNER yyy: this technique can also be used by the DBA in the
first place, avoiding the need to manually add and then remove
CREATEDB privs from the new user account.

Cheers,

Neil

-- 
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC



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

Предыдущее
От: Thomas Swan
Дата:
Сообщение: pg_dump, pg_dumpall and createdb privilege
Следующее
От: Thomas Swan
Дата:
Сообщение: Re: pg_dump, pg_dumpall and createdb privilege