Re: PGAdmin for PostgreSQL 9.3 creates tables with double quotes embedded in the name

Поиск
Список
Период
Сортировка
От David G Johnston
Тема Re: PGAdmin for PostgreSQL 9.3 creates tables with double quotes embedded in the name
Дата
Msg-id 1401507334454-5805646.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: PGAdmin for PostgreSQL 9.3 creates tables with double quotes embedded in the name  (Rob Richardson <RDRichardson@rad-con.com>)
Список 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 по дате отправления:

Предыдущее
От: David G Johnston
Дата:
Сообщение: Re: PGAdmin for PostgreSQL 9.3 creates tables with double quotes embedded in the name
Следующее
От: Konstantin Mikhailov
Дата:
Сообщение: pgAdmin 1.18.1 (win7) shows dots