projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a7bea
)
Fix documentation of path(polygon) function.
author
Tom Lane
<
[email protected]
>
Mon, 3 Dec 2012 16:09:16 +0000
(11:09 -0500)
committer
Tom Lane
<
[email protected]
>
Mon, 3 Dec 2012 16:09:16 +0000
(11:09 -0500)
Obviously, this returns type "path", but somebody made a copy-and-pasteo
long ago.
Dagfinn Ilmari Mannsåker
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index d90ba94b4ed32f3ef2926c440310f66379e97aaa..48666dfdfd045373edb87cd06990af84beba2ea3 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-7237,7
+7237,7
@@
CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
</row>
<row>
<entry><literal><function>path</function>(<type>polygon</type>)</literal></entry>
- <entry><type>p
oint
</type></entry>
+ <entry><type>p
ath
</type></entry>
<entry>polygon to path</entry>
<entry><literal>path(polygon '((0,0),(1,1),(2,0))')</literal></entry>
</row>