"Denis" <[email protected]> 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 ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
