Re: cannot create sequence - Mailing list pgsql-sql

From Olaf Zanger
Subject Re: cannot create sequence
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: cannot create sequence  (Peter Eisentraut <[email protected]>)
Responses Re: cannot create sequence
List pgsql-sql
hi there,

good guess, they are still there.

can i just delete them?

olaf

Tom Lane schrieb:
> 
> Olaf Zanger <[email protected]> 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

-- 
soli-con Engineering Zanger
Dipl.-Ing. (FH) Olaf Marc Zanger
Lorrainestrasse 23
3013 Bern / Switzerland
Fon: +41-31-332 9782
Mob: +41-76-572 9782
mailto:[email protected]
mailto:[email protected]
http://www.soli-con.com


pgsql-sql by date:

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