summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r--doc/src/sgml/ref/drop_foreign_table.sgml8
-rw-r--r--doc/src/sgml/ref/postgres-ref.sgml2
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/drop_foreign_table.sgml b/doc/src/sgml/ref/drop_foreign_table.sgml
index 9a9624b1873..1f66126a335 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 ] <replaceable class="PARAMETER">name</replaceable> [, ...] [ CASCADE | RESTRICT ]
</synopsis>
</refsynopsisdiv>
-
+
<refsect1>
<title>Description</title>
@@ -30,7 +30,7 @@ DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceabl
Only the owner of a foreign table can remove it.
</para>
</refsect1>
-
+
<refsect1>
<title>Parameters</title>
@@ -80,14 +80,14 @@ DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceabl
<title>Examples</title>
<para>
- To destroy two foreign tables, <literal>films</literal> and
+ To destroy two foreign tables, <literal>films</literal> and
<literal>distributors</literal>:
<programlisting>
DROP FOREIGN TABLE films, distributors;
</programlisting></para>
</refsect1>
-
+
<refsect1>
<title>Compatibility</title>
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml
index bd4ae338f73..b16bbdfa4b3 100644
--- a/doc/src/sgml/ref/postgres-ref.sgml
+++ b/doc/src/sgml/ref/postgres-ref.sgml
@@ -745,7 +745,7 @@ PostgreSQL documentation
<para>
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.