projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cad3708
)
Correct two mistakes in the ALTER FOREIGN TABLE reference page.
author
Robert Haas
Thu, 21 May 2015 15:16:33 +0000
(11:16 -0400)
committer
Robert Haas
Thu, 21 May 2015 15:16:33 +0000
(11:16 -0400)
Etsuro Fujita
doc/src/sgml/ref/alter_foreign_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_foreign_table.sgml
b/doc/src/sgml/ref/alter_foreign_table.sgml
index ace0040a9b7ab3991321cca2b4212030a23ffde3..4329d43a1ed2b2b67b9b9d6cc27cf70dd43a71c0 100644
(file)
--- a/
doc/src/sgml/ref/alter_foreign_table.sgml
+++ b/
doc/src/sgml/ref/alter_foreign_table.sgml
@@
-169,7
+169,7
@@
ALTER FOREIGN TABLE [ IF EXISTS ]
name
-
ADD
table_constraint
[ NOT VALID ]
+
ADD
table_constraint
[ NOT VALID ]
This form adds a new constraint to a foreign table, using the same
@@
-541,7
+541,7
@@
ALTER FOREIGN TABLE distributors ALTER COLUMN street SET NOT NULL;
To change options of a foreign table:
-ALTER FOREIGN TABLE myschema.distributors OPTIONS (ADD opt1 'value', SET opt2
,
'value2', DROP opt3 'value3');
+ALTER FOREIGN TABLE myschema.distributors OPTIONS (ADD opt1 'value', SET opt2 'value2', DROP opt3 'value3');