Re: PGAdmin for PostgreSQL 9.3 creates tables with double quotes embedded in the name - Mailing list pgadmin-support

From David G Johnston
Subject Re: PGAdmin for PostgreSQL 9.3 creates tables with double quotes embedded in the name
Date
Msg-id 1401507334454-5805646.post@n5.nabble.com
Whole thread Raw
In response to Re: PGAdmin for PostgreSQL 9.3 creates tables with double quotes embedded in the name  (Rob Richardson <RDRichardson@rad-con.com>)
List pgadmin-support
RobR wrote
>  I then concluded that the table was being created with the double quotes
> included in the table name.

In short:

log = "log"
Log = "log"
Log = log
LoG = lOg
Log <> "Log"

Again, this is all just parser stuff.  Whatever is present post-parse on a
create table is stored, as-is, in the database and then subsequent queries
get parsed and matched literally against what is stored.

David J.



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/PGAdmin-for-PostgreSQL-9-3-creates-tables-with-double-quotes-embedded-in-the-name-tp5805606p5805646.html
Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com.



pgadmin-support by date:

Previous
From: David G Johnston
Date:
Subject: Re: PGAdmin for PostgreSQL 9.3 creates tables with double quotes embedded in the name
Next
From: Konstantin Mikhailov
Date:
Subject: pgAdmin 1.18.1 (win7) shows dots