Case-folding bogosity in new psql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Case-folding bogosity in new psql
Date: 2000-01-30 22:20:27
Message-ID: 27435.949270827@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Bitmead 2000-01-30 23:15:54 Re: [HACKERS] Copyright
Previous Message Ansley, Michael 2000-01-30 22:09:58 RE: [HACKERS] Re: ORDBMS