Re: Current initdb broken.

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>, hackers(at)postgresql(dot)org
Subject: Re: Current initdb broken.
Date: 2000-06-10 15:39:41
Message-ID: Pine.LNX.4.21.0006101738540.9195-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-06-10 16:15:11 Re: ALTER TABLE DROP COLUMN
Previous Message Don Baccus 2000-06-10 12:43:06 Re: ALTER TABLE DROP COLUMN