pgAdmin III commit: Fix the queries used to get object comments to allo - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Fix the queries used to get object comments to allo
Date
Msg-id E1TgvtK-00052p-Me@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix the queries used to get object comments to allo
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #378: Editing table properties drops all foreign keys and recreates them