diff --git a/doc/src/sgml/ref/alter_domain.sgml b/doc/src/sgml/ref/alter_domain.sgml
index 74dda73c69..95a822aef6 100644
--- a/doc/src/sgml/ref/alter_domain.sgml
+++ b/doc/src/sgml/ref/alter_domain.sgml
@@ -54,7 +54,7 @@ ALTER DOMAIN name
- SET/DROP DEFAULT
+ SET/DROP DEFAULT
These forms set or remove the default value for a domain. Note
@@ -65,7 +65,7 @@ ALTER DOMAIN name
- SET/DROP NOT NULL
+ SET/DROP NOT NULL
These forms change whether a domain is marked to allow NULL
@@ -76,7 +76,7 @@ ALTER DOMAIN name
- ADD domain_constraint [ NOT VALID ]
+ ADD domain_constraint [ NOT VALID ]
This form adds a new constraint to a domain using the same syntax as
@@ -94,7 +94,7 @@ ALTER DOMAIN name
- DROP CONSTRAINT [ IF EXISTS ]
+ DROP CONSTRAINT [ IF EXISTS ]
This form drops constraints on a domain.
@@ -105,7 +105,7 @@ ALTER DOMAIN name
- RENAME CONSTRAINT
+ RENAME CONSTRAINT
This form changes the name of a constraint on a domain.
@@ -114,7 +114,7 @@ ALTER DOMAIN name
- VALIDATE CONSTRAINT
+ VALIDATE CONSTRAINT
This form validates a constraint previously added as
@@ -125,7 +125,7 @@ ALTER DOMAIN name
- OWNER
+ OWNER
This form changes the owner of the domain to the specified user.
@@ -143,7 +143,7 @@ ALTER DOMAIN name
- SET SCHEMA
+ SET SCHEMA
This form changes the schema of the domain. Any constraints
diff --git a/doc/src/sgml/ref/alter_role.sgml b/doc/src/sgml/ref/alter_role.sgml
index da36ad9696..37fcfb926c 100644
--- a/doc/src/sgml/ref/alter_role.sgml
+++ b/doc/src/sgml/ref/alter_role.sgml
@@ -134,7 +134,7 @@ ALTER ROLE { role_specification | A
- CURRENT_USER
+ CURRENT_USER
Alter the current user instead of an explicitly identified role.
@@ -143,7 +143,7 @@ ALTER ROLE { role_specification | A
- SESSION_USER
+ SESSION_USER
Alter the current session user instead of an explicitly identified
diff --git a/doc/src/sgml/ref/alter_subscription.sgml b/doc/src/sgml/ref/alter_subscription.sgml
index 6f94247b92..0e332bc143 100644
--- a/doc/src/sgml/ref/alter_subscription.sgml
+++ b/doc/src/sgml/ref/alter_subscription.sgml
@@ -98,7 +98,7 @@ ALTER SUBSCRIPTION name DISABLE
- REFRESH PUBLICATION
+ REFRESH PUBLICATION
Fetch missing table information from publisher. This will start
diff --git a/doc/src/sgml/ref/create_policy.sgml b/doc/src/sgml/ref/create_policy.sgml
index f0486effaf..3b24e5e95e 100644
--- a/doc/src/sgml/ref/create_policy.sgml
+++ b/doc/src/sgml/ref/create_policy.sgml
@@ -121,20 +121,20 @@ CREATE POLICY name ON
- PERMISSIVE
+ PERMISSIVE
Specify that the policy is to be created as a permissive policy.
All permissive policies which are applicable to a given query will
be combined together using the boolean "OR" operator. By creating
permissive policies, administrators can add to the set of records
- which can be accessed. Policies are PERMISSIVE by default.
+ which can be accessed. Policies are permissive by default.
- RESTRICTIVE
+ RESTRICTIVE
Specify that the policy is to be created as a restrictive policy.
diff --git a/doc/src/sgml/ref/create_statistics.sgml b/doc/src/sgml/ref/create_statistics.sgml
index 163d43f2d4..dbe28d6685 100644
--- a/doc/src/sgml/ref/create_statistics.sgml
+++ b/doc/src/sgml/ref/create_statistics.sgml
@@ -22,9 +22,9 @@ PostgreSQL documentation
CREATE STATISTICS [ IF NOT EXISTS ] statistics_name
- WITH ( option [= value] [, ... ] )
- ON ( column_name, column_name [, ...])
- FROM table_name
+ WITH ( option [= value] [, ... ] )
+ ON ( column_name, column_name [, ...])
+ FROM table_name
diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml
index 8f3c30b9b0..3410d6fc8c 100644
--- a/doc/src/sgml/ref/create_subscription.sgml
+++ b/doc/src/sgml/ref/create_subscription.sgml
@@ -136,8 +136,8 @@ CREATE SUBSCRIPTION subscription_name
- COPY DATA
- NOCOPY DATA
+ COPY DATA
+ NOCOPY DATA
Specifies if the existing data in the publications that are being
@@ -148,7 +148,7 @@ CREATE SUBSCRIPTION subscription_name
- NOCONNECT
+ NOCONNECT
Instructs CREATE SUBSCRIPTION to skip the initial
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml
index d7b6d5fb30..c63252ca24 100644
--- a/doc/src/sgml/ref/grant.sgml
+++ b/doc/src/sgml/ref/grant.sgml
@@ -177,7 +177,7 @@ GRANT role_name [, ...] TO
- SELECT
+ SELECT
Allows from
@@ -196,7 +196,7 @@ GRANT role_name [, ...] TO
- INSERT
+ INSERT
Allows of a new
@@ -209,7 +209,7 @@ GRANT role_name [, ...] TO
- UPDATE
+ UPDATE
Allows of any
@@ -231,7 +231,7 @@ GRANT role_name [, ...] TO
- DELETE
+ DELETE
Allows of a row
@@ -244,7 +244,7 @@ GRANT role_name [, ...] TO
- TRUNCATE
+ TRUNCATE
Allows on
@@ -254,7 +254,7 @@ GRANT role_name [, ...] TO
- REFERENCES
+ REFERENCES
Allows creation of a foreign key constraint referencing the specified
@@ -265,7 +265,7 @@ GRANT role_name [, ...] TO
- TRIGGER
+ TRIGGER
Allows the creation of a trigger on the specified table. (See the
@@ -275,7 +275,7 @@ GRANT role_name [, ...] TO
- CREATE
+ CREATE
For databases, allows new schemas and publications to be created within the database.
@@ -295,7 +295,7 @@ GRANT role_name [, ...] TO
- CONNECT
+ CONNECT
Allows the user to connect to the specified database. This
@@ -306,8 +306,8 @@ GRANT role_name [, ...] TO
- TEMPORARY
- TEMP
+ TEMPORARY
+ TEMP
Allows temporary tables to be created while using the specified database.
@@ -316,7 +316,7 @@ GRANT role_name [, ...] TO
- EXECUTE
+ EXECUTE
Allows the use of the specified function and the use of any
@@ -328,7 +328,7 @@ GRANT role_name [, ...] TO
- USAGE
+ USAGE
For procedural languages, allows the use of the specified language for
@@ -371,7 +371,7 @@ GRANT role_name [, ...] TO
- ALL PRIVILEGES
+ ALL PRIVILEGES
Grant all of the available privileges at once.