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.


-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to