nobody user can't nextval('phone_id_seq')

From: Ian Pulsford <ianjp(at)optusnet(dot)com(dot)au>
To: pgsql-sql(at)postgresql(dot)org
Subject: nobody user can't nextval('phone_id_seq')
Date: 2001-04-14 04:46:27
Message-ID: 3AD7D623.E0D37494@optusnet.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

Newbie needs help. I have a small web-based phonebook app using php and
postgresql 7.02. It seems the nobody (apache) user can delete, update,
add anything except increment the 'id' sequence. I don't think it's the
code (cut and pasted from a tutorial) because the pgsql user can
increment it.
Any help appreciated.

IanP

--
"Dear someone you've never heard of,
how is so-and-so. Blah blah.
Yours truly, some bozo." - Homer Simpson

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Kovacs Zoltan 2001-04-14 08:14:45 Re: enumerating rows
Previous Message Josh Berkus 2001-04-14 03:55:03 Re: Problem in writing functions