Re: BUG #5749: Case sensivity of names of sequences.

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Denis" <DolgalevDenis(at)mail(dot)ru>,<pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #5749: Case sensivity of names of sequences.
Date: 2010-11-11 22:12:04
Message-ID: 4CDC15D4020000250003763C@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Denis" <DolgalevDenis(at)mail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2010-11-11 23:36:52 Re: BUG #5735: pg_upgrade thinks that it did not start the old server
Previous Message Tom Lane 2010-11-11 20:57:15 Re: BUG #5748: Invalid oidvector data during binary recv