8.0.0 pg_restore -L doesn't restore ACLs - Mailing list pgsql-bugs

From Michael Fuhr
Subject 8.0.0 pg_restore -L doesn't restore ACLs
Date
Msg-id 20050120041835.GA97490@winnie.fuhr.org
Whole thread Raw
Responses Re: 8.0.0 pg_restore -L doesn't restore ACLs  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: "Craig Ruff"
Date:
Subject: BUG #1418: RFC: Challenge/response authentication support
Next
From: TANIDA Yutaka
Date:
Subject: 8.0 doesn't dump index tablespace correctly.