[pgadmin-hackers] pgAdmin III commit: Fix the queries used to get object comments to allo
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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
[pgadmin-hackers] pgAdmin III commit: Fix the queries used to get object comments to allo
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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
