projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
562fca7
)
Fix documentation of path(polygon) function.
author
Tom Lane
Mon, 3 Dec 2012 16:08:54 +0000
(11:08 -0500)
committer
Tom Lane
Mon, 3 Dec 2012 16:08:54 +0000
(11:08 -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 6447353a3c5b577f6fcf8295e51758c8c067fd20..1ede34d71cad98bbabaabec51304ff5ad52c46b3 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-7870,7
+7870,7
@@
CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
path(
polygon
)
-
p
oint
+
p
ath
polygon to path
path(polygon '((0,0),(1,1),(2,0))')