pgAdmin III commit: Quoting names is not required for unreserved keywor - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Quoting names is not required for unreserved keywor
Date
Msg-id 201008300638.o7U6c861002677@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: install instructions
Next
From: Guillaume Lelarge
Date:
Subject: Re: quoting behavior