Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Current initdb broken. - Mailing list pgsql-hackers

Um, excuse me. Any changes to the format of pg_shadow will break
pg_dumpall, therefore this needs to be hold back until next release.


Bruce Momjian writes:

> THanks.  Fixed.
> 
> 
> > Hi,
> > 
> > I know it doesn't show in a patch, but.. there are some
> > rogue spaces at the end of the line containing "usecreatetable".
> > 
> > Keith.
> > 
> >  *** pgsql/src/bin/initdb/initdb.sh      Fri Jun  9 18:09:51 2000
> > --- /usr/local/pgsql/src/bin/initdb/initdb.sh   Sat Jun 10 00:07:07 2000
> > ***************
> > *** 523,529 ****
> >               usename, \
> >               usesysid, \
> >               usecreatedb, \
> > !              \            
> >               uselocktable, \
> >               usetrace, \
> >               usesuper, \
> > --- 523,529 ----
> >               usename, \
> >               usesysid, \
> >               usecreatedb, \
> > !             usecreatetable, \
> >               uselocktable, \
> >               usetrace, \
> >               usesuper, \
> > 
> > 
> 
> 
> 

-- 
Peter Eisentraut                  Sernanders väg 10:115
[email protected]                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: ALTER TABLE DROP COLUMN
Next
From: Bruce Momjian
Date:
Subject: Re: ALTER TABLE DROP COLUMN