Re: [HACKERS] Open 6.4 items - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Open 6.4 items
Date
Msg-id 199810281612.LAA17381@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Open 6.4 items  (jwieck@debis.com (Jan Wieck))
List pgsql-hackers
> Marc wrote:
> 
> >
> > On Wed, 28 Oct 1998, Jan Wieck wrote:
> >
> > > Bruce Momjian wrote:
> > > >
> > > > Additions
> > > > ---------
> > > > CREATE TABLE test (x text, s serial) fails if no database creation permission
> > > > regression test all platforms
> > >
> > >     The  patch  below  arranges  that the sequence(s) get created
> > >     first.  Unprivileged user now can create  table  with  serial
> > >     columns.
> >
> >    Is this safe to leave until post-v6.4 released?
> 
>     I  just  did it now to let Bruce get rid of the open item. If
>     it shouldn't be in 6.4, why is it  on  it's  open  item  list
>     then?

It has been on the open items.  In fact, it is the only hot item, except
for the 'pg args' thing, which is not as hot.

It is serious breakage, in the sense that if we don't fix it, we must
remove reference to the new SERIAL type.

As to why no one fixed it earlier, ...?  Must be the same reason 'ps
args' is not fixed.  :-)

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Open 6.4 items
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Open 6.4 items