BUG #2302: \d command gets double quoted table name in error message - ""table_name""

From: "Alexander Pivovarov" <apivovarov(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2302: \d command gets double quoted table name in error message - ""table_name""
Date: 2006-03-06 11:03:24
Message-ID: 20060306110324.96EA0F0B04@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Massimo Fidanza 2006-03-06 15:09:58 BUG #2303: UPDATE from manual is incorrect
Previous Message Bruce Momjian 2006-03-06 05:23:28 Re: BUG #2290: Incorrect sequence increment after backup/restore