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
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.
> >>
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
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)---
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=#