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 E1Tgvse-00051k-CN@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
------
master

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

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 website commit: 1.16.1 release.
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix the queries used to get object comments to allo