[GENERAL] problem inserting with sequence

2005-07-28 Thread germ germ
I have been trying to figure out why I can't insert into a table and I think it has something to do with the sequnce. I am able to use able to properly insert into the table using the the shell, but I am not able to insert using a php script: INSERT INTO requests (time_stamp, req_num, recommended

Re: [GENERAL] problem inserting with sequence

2005-07-28 Thread germ germ
ALL ON FUNCTION nextval() TO wwwrun, postgres; --- Michael Fuhr <[EMAIL PROTECTED]> wrote: > On Thu, Jul 28, 2005 at 05:32:03AM -0700, germ germ > wrote: > > I have been trying to figure out why I can't > insert > > into a table and I think it has something to do &g

Re: [GENERAL] problem inserting with sequence

2005-07-28 Thread germ germ
l the help. --- Michael Fuhr <[EMAIL PROTECTED]> wrote: > On Thu, Jul 28, 2005 at 07:04:54AM -0700, germ germ > wrote: > > This is the error: 2005-07-28 08:51:08 ERROR: > > permission denied for sequence > requests_req_num_seq > > > > I've tried these grants,