Re: [PATCHES] system catalog relation of a table and a serial sequence - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] system catalog relation of a table and a serial sequence
Date
Msg-id 11531.1008468147@sss.pgh.pa.us
Whole thread Raw
In response to Re: system catalog relation of a table and a serial sequence  (Brent Verner <brent@rcfile.org>)
Responses Re: [PATCHES] system catalog relation of a table and a serial sequence  (Brent Verner <brent@rcfile.org>)
List pgsql-hackers
Brent Verner <brent@rcfile.org> writes:
> I'm aware that this is not the /best/ solution to this problem, but
> it is better than the current breakage in pg_dump.

I'd dispute that, primarily because the patch blithely assumes that
there is no other kind of default value than a serial-created nextval().
It looks to me like it will either coredump or do the wrong thing
with other default-value strings.

            regards, tom lane

pgsql-hackers by date:

Previous
From: Brent Verner
Date:
Subject: Re: system catalog relation of a table and a serial sequence
Next
From: Brent Verner
Date:
Subject: Re: [PATCHES] system catalog relation of a table and a serial sequence