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-13 19:20:26 |
Message-ID: | 200302131920.h1DJKQH05138@candle.pha.pa.us |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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.
We already don't support loading 7.4 dumps into pre-7.4 dumps, I
thought. We can test the version we are dumping and only use the
symbols for >- 7.4 --- don't we do that in other places?
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Meskes | 2003-02-13 20:37:28 | pgsql-server/src/interfaces/ecpg/preproc pgc.l ... |
Previous Message | Rod Taylor | 2003-02-13 19:08:17 | Re: pgsql-server/src/backend commands/sequence.c p ... |