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

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
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-13 19:08:17
Message-ID: 1045163296.85032.28.camel@jester
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-02-13 19:20:26 Re: pgsql-server/src/backend commands/sequence.c p ...
Previous Message Bruce Momjian 2003-02-13 19:00:21 Re: pgsql-server/src/backend commands/sequence.c p ...