Re: Problems w. SERIAL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Morten Primdahl <morten(at)primdahl(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problems w. SERIAL
Date: 2001-05-07 15:42:16
Message-ID: 21520.989250136@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Morten Primdahl <morten(at)primdahl(dot)net> writes:
> I get ERROR: Relation 'tbl_c_id_seq' does not exist
> even though that sequence was implicitly created upon
> creation of tbl_c - or?

Indeed, it should have been --- and is when I repeat the test
commands you give. Perhaps you mistakenly removed the sequence
later on?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-05-07 15:50:39 Re: select off of a view going slowly
Previous Message Tom Lane 2001-05-07 15:27:00 Re: views & triggers