aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-01-23 10:27:49 +0100
committerPeter Eisentraut <peter@eisentraut.org>2020-01-24 12:18:07 +0100
commita7a848844d74e63ee102717972de3e60b5f4549a (patch)
treed25b2138350cebc0aae6b52acd099b12e7e78aaa
parent6de7bcb76f6593dcd107a6bfed645f2142bf3225 (diff)
downloadpostgresql-a7a848844d74e63ee102717972de3e60b5f4549a.tar.gz
postgresql-a7a848844d74e63ee102717972de3e60b5f4549a.zip
Fix typo
-rw-r--r--doc/src/sgml/ref/drop_foreign_table.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/drop_foreign_table.sgml b/doc/src/sgml/ref/drop_foreign_table.sgml
index b29169e0d35..7e4c667c511 100644
--- a/doc/src/sgml/ref/drop_foreign_table.sgml
+++ b/doc/src/sgml/ref/drop_foreign_table.sgml
@@ -93,7 +93,7 @@ DROP FOREIGN TABLE films, distributors;
<title>Compatibility</title>
<para>
- This command conforms to the ISO/IEC 9075-9 (SQL/MED), except that the
+ This command conforms to ISO/IEC 9075-9 (SQL/MED), except that the
standard only allows one foreign table to be dropped per command, and apart
from the <literal>IF EXISTS</literal> option, which is a <productname>PostgreSQL</productname>
extension.