8.0.0 pg_restore -L doesn't restore ACLs

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема 8.0.0 pg_restore -L doesn't restore ACLs
Дата
Msg-id 20050120041835.GA97490@winnie.fuhr.org
обсуждение исходный текст
Ответы Re: 8.0.0 pg_restore -L doesn't restore ACLs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
PostgreSQL 8.0.0

Running "pg_restore -l" to create a list file and then restoring
using "pg_restore -L" fails to restore ACLs.  See the "Privileges
where [sic] not restored" thread in pgsql-admin:

http://archives.postgresql.org/pgsql-admin/2005-01/msg00197.php

As I mention in a followup in that thread, the following restores
objects with their ACLs:

pg_restore -d testdb db.dump

The following doesn't restore ACLs:

pg_restore -l db.dump > db.list
pg_restore -d testdb -L db.list db.dump

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: "Craig Ruff"
Дата:
Сообщение: BUG #1418: RFC: Challenge/response authentication support
Следующее
От: TANIDA Yutaka
Дата:
Сообщение: 8.0 doesn't dump index tablespace correctly.