"Denis" <dolgalevde...@mail.ru> wrote:
 
>   nextval('NameSeq')
 
Does it work if you specify?:
 
  nextval('"NameSeq"')
 
Generally, when the parameter is a character string representing an
identifier you must include quotes to preserve the capitalization.
 
-Kevin

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to