Re: pgsql-server/src/backend commands/sequence.c p ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Bruce Momjian - CVS <momjian(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/backend commands/sequence.c p ...
Date: 2003-02-18 03:48:02
Message-ID: 200302180348.h1I3m2C10119@candle.pha.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers


Added to TODO:

> * Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE

---------------------------------------------------------------------------

Rod Taylor wrote:
-- Start of PGP signed section.
> On Thu, 2003-02-13 at 14:00, Bruce Momjian wrote:
> > I am not thrilled to see those huge integers in the dump file for
> > sequences. It would be good to test for these in pg_dump and output
> > those symbols instead. i don't think we need to store them as bools ---
> > just make the tests to see if the values matches these symbol values.
>
> I have no problem with that -- but it does change the way pg_dump
> functions for pre-7.4 sequences.
>
> --
> Rod Taylor <rbt(at)rbt(dot)ca>
>
> PGP Key: http://www.rbt.ca/rbtpub.asc
-- End of PGP section, PGP failed!

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-02-18 05:07:05 pgsql-server/doc FAQ src/FAQ/FAQ.html
Previous Message Bruce Momjian - CVS 2003-02-18 03:47:39 pgsql-server/doc TODO