Re:

Поиск
Список
Период
Сортировка
От omid omoomi
Тема Re:
Дата
Msg-id F3jdqqLnY27n2EgSm5V00001777@hotmail.com
обсуждение исходный текст
Ответ на  ("Vladimir Terziev" <vladimirt@rila.bg>)
Список pgsql-sql
hi,
Grant all on sequence_name to theuser ;

regards
omid

>From: "Vladimir Terziev" <vladimirt@rila.bg>
>To: pgsql-sql@postgresql.org
>Subject: [SQL]
>Date: Wed, 29 Aug 2001 10:40:00 +0300
>
>Hi,
>
>I'm writing a script, which has to retrieve a next value from a sequnce. I 
>use
>mod_perl, DBI and DBD::Pg version 0.98.
>
>I notice that when I execute "select nextval('sequence_name'::text) AS
>sname;", via DBI, the value of sequence is updated, but the mod_perl 
>returns
>"DBD::Pg::st execute failed: ERROR:  sequence_name.nextval: you don't have
>permissions to set sequence"
>
>The above command is executed sucssesfuly in psql and returns the desire
>result.
>
>Does anybody has an idea what is the problem ?
>
>    Vladimir
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
>http://www.postgresql.org/search.mpl


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



В списке pgsql-sql по дате отправления:

Предыдущее
От: Markus Wagner
Дата:
Сообщение: getting the oid for a new tuple in a BEFORE trigger
Следующее
От: "omid omoomi"
Дата:
Сообщение: Re: getting the oid for a new tuple in a BEFORE trigger