Thread: pgAdmin III commit: Fix quote name for FTS objects

pgAdmin III commit: Fix quote name for FTS objects

From
Guillaume Lelarge
Date:
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(-)