Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c85ef8a3d4313e157ee90705baba616da894fa2e Author: Robert Haas <[email protected]>
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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
