Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/Postgres12.php')
-rw-r--r--src/database/Postgres12.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/database/Postgres12.php b/src/database/Postgres12.php
index 75f97e8d..21f311da 100644
--- a/src/database/Postgres12.php
+++ b/src/database/Postgres12.php
@@ -31,11 +31,12 @@ class Postgres12 extends Postgres11
* Checks to see whether or not a table has a unique id column.
*
* @deprecated this field has been removed of pg_class as of PG 12
+ *
* @see https://www.postgresql.org/docs/12/catalog-pg-class.html
*
* @param string $table The table name
*
- * @return bool
+ * @return false
*/
public function hasObjectID($table)
{