diff --git a/doc/src/sgml/auth-delay.sgml b/doc/src/sgml/auth-delay.sgml
index b91a7ecda7..e377c980ca 100644
--- a/doc/src/sgml/auth-delay.sgml
+++ b/doc/src/sgml/auth-delay.sgml
@@ -17,7 +17,7 @@
- In order to function, this module must be loaded via
+ In order to function, this module must be loaded via
in postgresql.conf>.
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 0b4f978d98..89b531fa1d 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -790,7 +790,7 @@ NUMERIC
- The data types smallserial, serial and
+ The data types smallserial, serial and
bigserial are not true types, but merely
a notational convenience for creating unique identifier columns
(similar to the AUTO_INCREMENT property
@@ -3898,7 +3898,7 @@ SELECT to_tsvector( 'postgraduate' ) @@ to_tsquery( 'postgres:*' );
t
(1 row)
- because postgres> gets stemmed to postgr>:
+ because postgres> gets stemmed to postgr>:
SELECT to_tsquery('postgres:*');
to_tsquery
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index 674bfb8010..c1680301d3 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -872,7 +872,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
pg_stat_replication> view. Large differences between
pg_current_xlog_location> and sent_location> field
might indicate that the master server is under heavy load, while
- differences between sent_location> and
+ differences between sent_location> and
pg_last_xlog_receive_location> on the standby might indicate
network delay, or that the standby is under heavy load.
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml
index 439f5ad82b..bc2ed012f4 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -49,8 +49,8 @@
and .
To produce native 64 bit binaries in these environments, use the tools from
MinGW-w64. These tools can also be used to
- cross-compile for 32 bit and 64 bit Windows
- targets on other hosts, such as Linux and
+ cross-compile for 32 bit and 64 bit Windows
+ targets on other hosts, such as Linux and
Darwin.
Cygwin is not recommended for running a
production server, and it should only be used for running on
@@ -61,7 +61,7 @@
- Native builds of psql don't support command
+ Native builds of psql don't support command
line editing. The Cygwin build does support
command line editing, so it should be used where psql is needed for
interactive use on Windows.
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml
index 102ca526bb..2d8bbce6b4 100644
--- a/doc/src/sgml/pgupgrade.sgml
+++ b/doc/src/sgml/pgupgrade.sgml
@@ -294,7 +294,7 @@ NET STOP pgsql-8.3 (PostgreSQL> 8.3 and older used a different s
pg_upgrade> requires the specification of the old and new cluster's
data and executable (bin>) directories. You can also specify
user and port values, and whether you want the data linked instead of
- copied (the default).
+ copied (the default).
diff --git a/doc/src/sgml/ref/drop_foreign_table.sgml b/doc/src/sgml/ref/drop_foreign_table.sgml
index 9a9624b187..1f66126a33 100644
--- a/doc/src/sgml/ref/drop_foreign_table.sgml
+++ b/doc/src/sgml/ref/drop_foreign_table.sgml
@@ -21,7 +21,7 @@
DROP FOREIGN TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
-
+
Description
@@ -30,7 +30,7 @@ DROP FOREIGN TABLE [ IF EXISTS ] name
-
+
Parameters
@@ -80,14 +80,14 @@ DROP FOREIGN TABLE [ IF EXISTS ] nameExamples
- To destroy two foreign tables, films and
+ To destroy two foreign tables, films and
distributors:
DROP FOREIGN TABLE films, distributors;
-
+
Compatibility
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml
index 1437861441..aa9bbcbdab 100644
--- a/doc/src/sgml/ref/grant.sgml
+++ b/doc/src/sgml/ref/grant.sgml
@@ -140,14 +140,14 @@ GRANT role_name [, ...] TO
PostgreSQL grants default privileges on some types of objects to
- PUBLIC. No privileges are granted to
- PUBLIC by default on tables,
- columns, schemas or tablespaces. For other types, the default privileges
- granted to PUBLIC are as follows:
- CONNECT and CREATE TEMP TABLE for
- databases; EXECUTE privilege for functions; and
- USAGE privilege for languages.
- The object owner can, of course, REVOKE
+ PUBLIC. No privileges are granted to
+ PUBLIC by default on tables,
+ columns, schemas or tablespaces. For other types, the default privileges
+ granted to PUBLIC are as follows:
+ CONNECT and CREATE TEMP TABLE for
+ databases; EXECUTE privilege for functions; and
+ USAGE privilege for languages.
+ The object owner can, of course, REVOKE
both default and expressly granted privileges. (For maximum
security, issue the REVOKE> in the same transaction that
creates the object; then there is no window in which another user
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml
index bd4ae338f7..b16bbdfa4b 100644
--- a/doc/src/sgml/ref/postgres-ref.sgml
+++ b/doc/src/sgml/ref/postgres-ref.sgml
@@ -745,7 +745,7 @@ PostgreSQL documentation
Note that the single-user mode server does not provide sophisticated
- line-editing features (no command history, for example).
+ line-editing features (no command history, for example).
Single-User mode also does not do any background processing, like
automatic checkpoints.
diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml
index fa42c191a1..fc379885d8 100644
--- a/doc/src/sgml/sepgsql.sgml
+++ b/doc/src/sgml/sepgsql.sgml
@@ -147,7 +147,7 @@ $ for DBNAME in template0 template1 postgres; do
Second, build and install the policy package for the regression test.
The sepgsql-regtest.pp> is a special purpose policy package
which provides a set of rules to be allowed during the regression tests.
- It should be built from the policy source file
+ It should be built from the policy source file
(sepgsql-regtest.te>), which is normally done using
make. You will need to locate the appropriate
Makefile on your system; the path shown below is only an example.