Re: cannot create sequence - Mailing list pgsql-sql

From Tom Lane
Subject Re: cannot create sequence
Date
Msg-id 28725.982196067@sss.pgh.pa.us
Whole thread Raw
In response to Re: cannot create sequence  (Olaf Zanger <olaf.zanger@soli-con.com>)
List pgsql-sql
Olaf Zanger <olaf.zanger@soli-con.com> writes:
> it doesn't show ver_id_seq, nor own_id_seq when doing a \ds
> but it brings up an error "cannot create sequence) if i want to 
> create table ver (id serial, ...);

What is the *exact* text of the error message?  (That ain't it.)

I am guessing that a Unix file matching the desired sequence name got
left around in your database directory, and that removing this file
would allow you to create the sequence.  However, I can't duplicate
any such problem by following the procedure you describe in 7.0.2...
        regards, tom lane


pgsql-sql by date:

Previous
From: Olaf Zanger
Date:
Subject: Re: cannot create sequence
Next
From: Victor Muntes Mutero
Date:
Subject: TPCH questions