pgAdmin III commit: Fix quote name for FTS objects - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix quote name for FTS objects
Date
Msg-id E1QewuP-0004IW-P5@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix quote name for FTS objects

These remove the overloading of the GetQuotedIdentifier() function which fail
to quote the object name.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=794ee2183bc3c4374a37a51b9d0e9c573101e279
Author: Thom Brown <thom@linux.com>

Modified Files
--------------
pgadmin/include/schema/pgTextSearchConfiguration.h |    4 ----
pgadmin/include/schema/pgTextSearchDictionary.h    |    4 ----
pgadmin/include/schema/pgTextSearchParser.h        |    4 ----
pgadmin/include/schema/pgTextSearchTemplate.h      |    4 ----
4 files changed, 0 insertions(+), 16 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix changing new owner for FTS objects
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix quote name for FTS objects