Re: Missing Sequence File

From: missive(at)frontiernet(dot)net (Lee Harr)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Missing Sequence File
Date: 2001-08-20 23:52:54
Message-ID: 9ls7sm$2056$1@node21.cwnet.roc.gblx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-odbc

On Mon, 20 Aug 2001 18:19:49 +0000 (UTC), Killian May <kmay(at)infosport(dot)com>:
> Hi,
>
> I'm a little new to postgres, and I'm having trouble droping a sequence.
> I get the following error:
>
> ERROR: mdopen: couldn't open scotty_scottyid_seq: No such file or
> directory
>
> when I try to recreate the sequence I get the following:
>
> gsheet=> create sequence scotty_scottyid_seq;
> ERROR: Relation 'scotty_scottyid_seq' already exists
>

Which version are you running?
select version();
should give a precise answer.

Show the command you are using to drop the sequence
like you do here for creating the sequence.

Can you get values from the sequence?
select nextval('scotty_scottyid_seq')
and show the output.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tony Reina 2001-08-20 23:56:29 Re: is this possible? it should be!
Previous Message Robert J. Sanford, Jr. 2001-08-20 23:01:39 clustering and/or failover?

Browse pgsql-odbc by date

  From Date Subject
Next Message Joseph 2001-08-21 01:37:05 RE: Float Precision with MS Access 97
Previous Message Hiroshi Inoue 2001-08-20 23:26:04 Re: Stackerror using new CVS