Case-folding bogosity in new psql - Mailing list pgsql-hackers

From Tom Lane
Subject Case-folding bogosity in new psql
Date
Msg-id 27435.949270827@sss.pgh.pa.us
Whole thread Raw
Responses Re: Case-folding bogosity in new psql
List pgsql-hackers
New psql doesn't case-fold in \d command:

regression=# \d DEFAULT_TBL
Did not find any relation named "DEFAULT_TBL".
regression=# \d default_tbl         Table "default_tbl"Attribute |  Type   |    Modifier
... etc ...

I'd expect the name of the table to get folded to lower case unless
I put quotes around it.  That is in fact how 6.5 psql behaves.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Another nasty cache problem
Next
From: "Ansley, Michael"
Date:
Subject: RE: [HACKERS] Re: ORDBMS