Re: cannot drop/create sequence - Mailing list pgsql-general

From Robert Treat
Subject Re: cannot drop/create sequence
Date
Msg-id 1032204576.24828.133.camel@camel
Whole thread Raw
In response to cannot drop/create sequence  ("Kayono" <itchywombat@yahoo.com.au>)
List pgsql-general
can you do a \ds from psql and see if the sequence is listed in that
output?

Robert Treat

On Sun, 2002-09-15 at 12:16, Kayono wrote:
> Hello
> I'm a beginner of php/postgresql.
> I have been checking how nextval works
> and repeated to create/drop sequence,
> then suddenly it refused to accept commands
> saying "The sequence exist" for creation, and
> "The sequence doesn't exist" for deletion.
> My collegue complaint that he could not backup db
> because of the sequence ghost I created so he
> has to remake all.
> Is anyone know how to deal with this(preferably
> the expression for dummy because I am a
> beginner  even in the programming work
> and not an English speaker as you already notice).
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster




pgsql-general by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: Debugging the backend?
Next
From: "Nigel J. Andrews"
Date:
Subject: Re: killing process question