projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72cfc17
)
Corrections to CREATE FOREIGN TABLE documentation.
author
Robert Haas
Wed, 16 Mar 2011 12:11:24 +0000
(08:11 -0400)
committer
Robert Haas
Wed, 16 Mar 2011 12:13:02 +0000
(08:13 -0400)
Omit incorrect = sign, and properly document server_name parameter.
Shigeru Hanada
doc/src/sgml/ref/create_foreign_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_foreign_table.sgml
b/doc/src/sgml/ref/create_foreign_table.sgml
index 77c62140f281bb4c6dc9f61170a32faf71b4f2ed..ad91072bd125ccda4f70e6f35f450281ed00ba35 100644
(file)
--- a/
doc/src/sgml/ref/create_foreign_table.sgml
+++ b/
doc/src/sgml/ref/create_foreign_table.sgml
@@
-126,7
+126,16
@@
CREATE FOREIGN TABLE [ IF NOT EXISTS ]
table_name
-
OPTIONS (
option
= '
value
' [, ...] )
+
server_name
+
+
+ The name of an existing server for the foreign table.
+
+
+
+
+
+
OPTIONS (
option
'
value
' [, ...] )
Options to be associated with the new foreign table.