pg_dump permissions

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема pg_dump permissions
Дата
Msg-id 4356048C.1000404@familyhealth.com.au
обсуждение исходный текст
Список pgsql-hackers
Suppose I have a database with a table in it.  I try to dump that 
database.  The user I dump as is not the owner of that table nor does it 
have the SELECT permission on that table.

Why can't I do a schema-only dump of that table?  I find that I need 
SELECT permission on the table, even though my user can happily query 
the catalogs.

PostgreSQL version: 7.4

Chris



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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: SIGSEGV in Postgres 8.0.3 (libpq4)
Следующее
От: daveg
Дата:
Сообщение: Segv in pg_autovacuum in 8.0.x