[BUGS] BUG #2302: \d command gets double quoted table name in error message - ""table_name"" -
03-06-2006
, 08:37 AM
The following bug has been logged online:
Bug reference: 2302
Logged by: Alexander Pivovarov
Email address: apivovarov (AT) gmail (DOT) com
PostgreSQL version: 8.1.3
Operating system: FreeBSD 6.1
Description: \d command gets double quoted table name in error
message - ""table_name""
Details:
e.g. I have a table "weather".
when I run:
mydb=# \d "weatheR"
Did not find any relation named ""weatheR"".
weatheR is double quoted by "" in error message
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly |