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-0004IU-OS@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
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7a109a414162cd8705d7fb29727ce5f079a6b9a0
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 quote name for FTS objects
Next
From: Guillaume Lelarge
Date:
Subject: Re: [FEATURE] Add schema option to all relevant objects