Re: BUG #5749: Case sensivity of names of sequences. - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: BUG #5749: Case sensivity of names of sequences.
Date
Msg-id 4CDC15D4020000250003763C@gw.wicourts.gov
Whole thread Raw
In response to BUG #5749: Case sensivity of names of sequences.  ("Denis" <DolgalevDenis@mail.ru>)
List pgsql-bugs
"Denis" <DolgalevDenis@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

pgsql-bugs by date:

Previous
From: "Denis"
Date:
Subject: BUG #5749: Case sensivity of names of sequences.
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #5735: pg_upgrade thinks that it did not start the old server