Re: BUG #2307: Buckup and sequences in DEFAULT part

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Giza Kamil" <kamilg(at)zeto(dot)olsztyn(dot)pl>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2307: Buckup and sequences in DEFAULT part
Date: 2006-03-08 21:10:49
Message-ID: 17807.1141852249@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Giza Kamil" <kamilg(at)zeto(dot)olsztyn(dot)pl> writes:
> Buckups on 8.0 were OK, but on 8.1 I'm getting samething like that:
> CREATE TABLE schema.tab1(ID integer DEFAULT nextval('seq_taid'::regclass));

You haven't said why you think this is a problem. The dump is perfectly
valid AFAICS.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-03-08 21:15:45 Re: BUG #2304: Time zone bug: '05:04 GMT+3' processing as '05:04:00 -03'
Previous Message Tom Lane 2006-03-08 21:01:30 Re: BUG #2308: pg_dump -a does not respect referential dependencies