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/Postgres92.php')
-rw-r--r--src/database/Postgres92.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/database/Postgres92.php b/src/database/Postgres92.php
index ee3ccade..61b658e3 100644
--- a/src/database/Postgres92.php
+++ b/src/database/Postgres92.php
@@ -32,7 +32,7 @@ class Postgres92 extends Postgres93
*
* @param null|string $database (optional) Find only connections to specified database
*
- * @return ADORecordSet|int A recordset
+ * @return \RecordSet|int|string A recordset
*/
public function getProcesses($database = null)
{
@@ -61,7 +61,7 @@ class Postgres92 extends Postgres93
*
* @param bool $all Include all tablespaces (necessary when moving objects back to the default space)
*
- * @return ADORecordSet|int A recordset
+ * @return \RecordSet|int|string A recordset
*/
public function getTablespaces($all = false)
{
@@ -87,7 +87,7 @@ class Postgres92 extends Postgres93
*
* @param string $spcname
*
- * @return ADORecordSet|int A recordset
+ * @return \RecordSet|int|string A recordset
*/
public function getTablespace($spcname)
{