pgAdmin III commit: Fix quote name for FTS objects

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix quote name for FTS objects
Date: 2011-07-07 22:18:57
Message-ID: E1QewuP-0004IU-OS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)linux(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-07-07 22:20:18 Re: [FEATURE] Add schema option to all relevant objects
Previous Message Guillaume Lelarge 2011-07-07 22:14:17 pgAdmin III commit: Fix changing new owner for FTS objects