Обсуждение: pgAdmin III commit: Quoting names is not required for unreserved keywor

Поиск
Список
Период
Сортировка

pgAdmin III commit: Quoting names is not required for unreserved keywor

От
Guillaume Lelarge
Дата:
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c85ef8a3d4313e157ee90705baba616da894fa2e
Author: Robert Haas <robertmhaas@gmail.com>

Log Message
-----------
Quoting names is not required for unreserved keywords

This patch brings the behavior more closely into alignment with what core PG
does. Unreserved keywords are not quoted anymore.

Patch from Robert Haas.

Branch
------
master

Modified Files
--------------
CHANGELOG              |    2 ++
pgadmin/utils/misc.cpp |   44 +++++++-------------------------------------
2 files changed, 9 insertions(+), 37 deletions(-)