pgAdmin III commit: Fix the queries used to get object comments to allo

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the queries used to get object comments to allo
Date: 2012-12-07 11:14:50
Message-ID: E1TgvtK-00052p-Me@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the queries used to get object comments to allow
for duplicate OIDs that may be present following use
of pg_upgrade.

Branch
------
REL-1_16_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7b20a39c7f018c12901e15cc23bb827517242bd1

Modified Files
--------------
CHANGELOG | 3 +++
pgadmin/schema/edbPackage.cpp | 2 +-
pgadmin/schema/gpExtTable.cpp | 2 +-
pgadmin/schema/gpPartition.cpp | 2 +-
pgadmin/schema/pgAggregate.cpp | 2 +-
pgadmin/schema/pgCast.cpp | 2 +-
pgadmin/schema/pgCatalogObject.cpp | 2 +-
pgadmin/schema/pgCheck.cpp | 4 ++--
pgadmin/schema/pgCollation.cpp | 2 +-
pgadmin/schema/pgColumn.cpp | 2 +-
pgadmin/schema/pgConversion.cpp | 2 +-
pgadmin/schema/pgDatabase.cpp | 6 +++---
pgadmin/schema/pgDomain.cpp | 2 +-
pgadmin/schema/pgForeignDataWrapper.cpp | 4 ++--
pgadmin/schema/pgForeignKey.cpp | 2 +-
pgadmin/schema/pgForeignServer.cpp | 2 +-
pgadmin/schema/pgForeignTable.cpp | 2 +-
pgadmin/schema/pgFunction.cpp | 2 +-
pgadmin/schema/pgIndex.cpp | 4 ++--
pgadmin/schema/pgLanguage.cpp | 2 +-
pgadmin/schema/pgOperator.cpp | 4 ++--
pgadmin/schema/pgRule.cpp | 2 +-
pgadmin/schema/pgSchema.cpp | 4 ++--
pgadmin/schema/pgSequence.cpp | 2 +-
pgadmin/schema/pgTable.cpp | 4 ++--
pgadmin/schema/pgTextSearchConfiguration.cpp | 2 +-
pgadmin/schema/pgTextSearchDictionary.cpp | 2 +-
pgadmin/schema/pgTextSearchParser.cpp | 2 +-
pgadmin/schema/pgTextSearchTemplate.cpp | 2 +-
pgadmin/schema/pgTrigger.cpp | 2 +-
pgadmin/schema/pgType.cpp | 2 +-
pgadmin/schema/pgView.cpp | 2 +-
32 files changed, 42 insertions(+), 39 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2012-12-13 13:42:57 Re: [pgAdmin III] #378: Editing table properties drops all foreign keys and recreates them
Previous Message Dave Page 2012-12-07 11:14:08 pgAdmin III commit: Fix the queries used to get object comments to allo