projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff92ee
)
Fix documentation typo.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 22 Dec 2012 20:01:29 +0000
(15:01 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 22 Dec 2012 20:01:29 +0000
(15:01 -0500)
"GetForeignTableColumnOptions" should be "GetForeignColumnOptions".
Noted by Metin Döşlü.
doc/src/sgml/fdwhandler.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/fdwhandler.sgml
b/doc/src/sgml/fdwhandler.sgml
index 2d604ed583fd0a5261a83cea59a0bcb2a157f2a9..638b6ab9ce8a93a99202361d23b340fceb9ae2da 100644
(file)
--- a/
doc/src/sgml/fdwhandler.sgml
+++ b/
doc/src/sgml/fdwhandler.sgml
@@
-388,7
+388,7
@@
GetForeignTable(Oid relid);
<para>
<programlisting>
List *
-GetForeign
Table
ColumnOptions(Oid relid, AttrNumber attnum);
+GetForeignColumnOptions(Oid relid, AttrNumber attnum);
</programlisting>
This function returns the per-column FDW options for the column with the