Re: [SQL] nobody user can't nextval('phone_id_seq')

2001-04-14 Thread Tod McQuillin
On Sat, 14 Apr 2001, Ian Pulsford wrote: > 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 tu

[SQL] nobody user can't nextval('phone_id_seq')

2001-04-14 Thread Ian Pulsford
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