projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6de7bcb
)
Fix typo
author
Peter Eisentraut
Thu, 23 Jan 2020 09:27:49 +0000
(10:27 +0100)
committer
Peter Eisentraut
Fri, 24 Jan 2020 11:18:07 +0000
(12:18 +0100)
doc/src/sgml/ref/drop_foreign_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/drop_foreign_table.sgml
b/doc/src/sgml/ref/drop_foreign_table.sgml
index b29169e0d35991f457ed318ff98f14f055b38f14..7e4c667c51120df8f726801595741bb877d1f76c 100644
(file)
--- 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;
Compatibility
- 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
IF EXISTS
option, which is a
PostgreSQL
extension.