Re: [BUGS] pg_dump/all doesn't output database ACLs (v7.3.4)

2003-09-09 Thread Ben Grimm
On Thu, 04 Sep 2003, Tom Lane wrote: > Ben Grimm <[EMAIL PROTECTED]> writes: > > I haven't tried the 7.4 beta, so it may be fixed there - but in > > 7.3.4, pg_dumpall doesn't output global database ACL's. > > This is fixed for 7.4. Is there a patch to backport this to the 7.3 series? Without i

Re: [BUGS] pg_dump/all doesn't output database ACLs (v7.3.4)

2003-09-09 Thread Ben Grimm
On Mon, 08 Sep 2003, Tom Lane wrote: > Ben Grimm <[EMAIL PROTECTED]> writes: > > On Thu, 04 Sep 2003, Tom Lane wrote: > >> Ben Grimm <[EMAIL PROTECTED]> writes: > >>> I haven't tried the 7.4 beta, so it may be fixed there - but in > >>> 7.3.4, pg_dumpall doesn't output global database ACL's. > >>

Re: [BUGS] pg_dump/all doesn't output database ACLs (v7.3.4)

2003-09-08 Thread Tom Lane
Ben Grimm <[EMAIL PROTECTED]> writes: > On Thu, 04 Sep 2003, Tom Lane wrote: >> Ben Grimm <[EMAIL PROTECTED]> writes: >>> I haven't tried the 7.4 beta, so it may be fixed there - but in >>> 7.3.4, pg_dumpall doesn't output global database ACL's. >> >> This is fixed for 7.4. > Is there a patch to

Re: [BUGS] pg_dump/all doesn't output database ACLs (v7.3.4)

2003-09-04 Thread Tom Lane
Ben Grimm <[EMAIL PROTECTED]> writes: > I haven't tried the 7.4 beta, so it may be fixed there - but in > 7.3.4, pg_dumpall doesn't output global database ACL's. This is fixed for 7.4. regards, tom lane ---(end of broadcast)---

[BUGS] pg_dump/all doesn't output database ACLs (v7.3.4)

2003-09-04 Thread Ben Grimm
I haven't tried the 7.4 beta, so it may be fixed there - but in 7.3.4, pg_dumpall doesn't output global database ACL's. Try this in a fresh database after an initdb: template1=# create user test nocreatedb nocreateuser; CREATE USER template1=# create database testdb; CREATE DATABASE template1=#