What 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