sequence was re-created
am 17.07.2002 12:19:36 von PeterWhat would create this notice in the php log:
NOTICE: billing_requests_id_seq.nextval: sequence was re-created
I'm performing the query:
select nextval('billing_requests_id_seq') as nextid;
What does it mean "sequence be re-created"?
Thanks for any help.
Peter
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)