summaryrefslogtreecommitdiff
path: root/classes/database
diff options
context:
space:
mode:
authorRobert Treat2019-10-31 20:49:02 +0000
committerRobert Treat2019-10-31 20:55:19 +0000
commit8a01924ebcf6bc0b0d90395e78b07f02df57d06c (patch)
tree2017874e896c71dbe31e33f6fedbd7fb56414202 /classes/database
parent80e18adc0b288f471e3284be53e1b8368811f877 (diff)
Grammer fixes noticed during spelling fixes review
Diffstat (limited to 'classes/database')
-rw-r--r--classes/database/Postgres.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/database/Postgres.php b/classes/database/Postgres.php
index 0984cc66..500843c4 100644
--- a/classes/database/Postgres.php
+++ b/classes/database/Postgres.php
@@ -1737,7 +1737,7 @@ class Postgres extends ADODB_base {
* 'table' => table name,
* 'schema' => the schema name,
* )
- * @param $defaults if true, copy the defaults values as well
+ * @param $defaults if true, copy the default values as well
* @param $constraints if true, copy the constraints as well (CHECK on table & attr)
* @param $tablespace The tablespace name ('' means none/default)
*/
@@ -2366,7 +2366,7 @@ class Postgres extends ADODB_base {
/**
* Returns all available autovacuum per table information.
- * @param $table if given, return autovacuum info for the given table or return all information for all table
+ * @param $table if given, return autovacuum info for the given table or return all information for all tables
*
* @return A recordset
*/