Re: [HACKERS] sequences TODO items

2005-09-02 Thread Alvaro Herrera
On Fri, Sep 02, 2005 at 04:57:52PM -0400, Bruce Momjian wrote: > Jaime Casanova wrote: > > Hi, > > > > i'm looking for some item i can do and that have enough consensus to > > make it worth the effort... :) > > > > * Have sequence dependency track use of DEFAULT sequences, seqname.nextval? > > >

Re: [HACKERS] sequences TODO items

2005-09-02 Thread Bruce Momjian
Jaime Casanova wrote: > Hi, > > i'm looking for some item i can do and that have enough consensus to > make it worth the effort... :) > > * Have sequence dependency track use of DEFAULT sequences, seqname.nextval? > > what this means? i don't understand it... The idea is to automatically add a

[HACKERS] sequences TODO items

2005-09-02 Thread Jaime Casanova
Hi, i'm looking for some item i can do and that have enough consensus to make it worth the effort... :) * Have sequence dependency track use of DEFAULT sequences, seqname.nextval? what this means? i don't understand it... * %Disallow changing default expression of a SERIAL column? why? a SERIA