diff --git a/contrib/pg_upgrade/TESTING b/contrib/pg_upgrade/TESTING index d38b205f49c..2043b40ae8c 100644 --- a/contrib/pg_upgrade/TESTING +++ b/contrib/pg_upgrade/TESTING @@ -13,8 +13,8 @@ Here are the steps needed to create a regression database dump file: This database can be created by running 'gmake installcheck' from src/test/regression. -2) Use pg_dump to dump out the regression database. Use the new - cluster's pg_dump on the old database to minimize whitespace +2) Use pg_dump to dump out the regression database. Use the new + cluster's pg_dump on the old database to minimize whitespace differences in the diff. 3) Adjust the regression database dump file diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 31ce45d4ca2..cfdb33a1fd6 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -188,7 +188,7 @@ hostnossl database user obsolete but still accepted spelling of samerole.) Superusers are not considered to be members of a role for the purposes of samerole unless they are explicitly - members of the role, directly or indirectly, and not just by + members of the role, directly or indirectly, and not just by virtue of being a superuser. The value replication specifies that the record matches if a replication connection is requested (note that diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 59f5299f7f1..29538888cb5 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -9648,8 +9648,8 @@ table2-mapping array_to_json(anyarray [, pretty_bool]) - Returns the array as JSON. A Postgres multi-dimensional array - becomes a JSON array of arrays. Line feeds will be added between + Returns the array as JSON. A Postgres multi-dimensional array + becomes a JSON array of arrays. Line feeds will be added between dimension 1 elements if pretty_bool is true. array_to_json('{{1,5},{99,100}}'::int[]) @@ -9663,7 +9663,7 @@ table2-mapping row_to_json(record [, pretty_bool]) - Returns the row as JSON. Line feeds will be added between level + Returns the row as JSON. Line feeds will be added between level 1 elements if pretty_bool is true. row_to_json(row(1,'foo')) @@ -13812,7 +13812,7 @@ SELECT pg_type_is_visible('myschema.widget'::regtype); pg_get_viewdef(view_name, pretty_bool) text - get underlying SELECT command for view, + get underlying SELECT command for view, lines with fields are wrapped to 80 columns if pretty_bool is true (deprecated) @@ -13823,13 +13823,13 @@ SELECT pg_type_is_visible('myschema.widget'::regtype); pg_get_viewdef(view_oid, pretty_bool) text - get underlying SELECT command for view, + get underlying SELECT command for view, lines with fields are wrapped to 80 columns if pretty_bool is true pg_get_viewdef(view_oid, wrap_int) text - get underlying SELECT command for view, + get underlying SELECT command for view, wrapping lines with fields as specified, pretty printing is implied diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 609e004a336..d6fc3f0fbbd 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1622,7 +1622,7 @@ PostgreSQL, contrib and HTML documentation successfully made. Ready to install. On some systems with shared libraries you need to tell the system how to find the newly installed shared libraries. The systems on which this is - not necessary include + not necessary include FreeBSD, HP-UX, IRIX, Linux, diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index ef99212b0fd..99d248b43a5 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -270,7 +270,7 @@ gmake prefix=/usr/local/pgsql.new install Install any custom shared object files (or DLLs) used by the old cluster - into the new cluster, e.g. pgcrypto.so, + into the new cluster, e.g. pgcrypto.so, whether they are from contrib or some other source. Do not install the schema definitions, e.g. pgcrypto.sql, because these will be upgraded from the old cluster. diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index a5e53043267..4f7f5109fb9 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -403,11 +403,11 @@ PostgreSQL documentation Dump only the object definitions (schema), not data. - To exclude table data for only a subset of tables in the database, + To exclude table data for only a subset of tables in the database, see - This option is equivalent to specifying + This option is equivalent to specifying @@ -417,13 +417,13 @@ PostgreSQL documentation - Only dump the named section. The name can be one of - Post-data items consist of definitions of indexes, triggers, rules - and constraints other than validated check constraints. + Post-data items consist of definitions of indexes, triggers, rules + and constraints other than validated check constraints. Pre-data items consist of all other data definition items. @@ -640,7 +640,7 @@ PostgreSQL documentation Do not dump data for any tables matching the table pattern. The pattern is interpreted according to the same rules as for