Re: sequence was re-created

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: <peter(at)jingo(dot)com>, <pgsql-php(at)postgresql(dot)org>
Subject: Re: sequence was re-created
Date: 2002-07-19 00:37:26
Message-ID: 200207181737.26875.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php


Peter,

> NOTICE: billing_requests_id_seq.nextval: sequence was re-created
>
> I'm performing the query:
> select nextval('billing_requests_id_seq') as nextid;

That's really odd. Can you post the version of Postgres you are running, and
the output of the PSQL command
\d billing_requests_id_seq

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Peter 2002-07-19 01:48:05 Problem Interval() and Timestamp() with Postgres 7.21
Previous Message peter 2002-07-17 10:19:36 sequence was re-created