projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89020a9
)
Doc: fix copy-and-pasteo in ecpg docs.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 16 Jun 2020 20:41:11 +0000
(16:41 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 16 Jun 2020 20:41:44 +0000
(16:41 -0400)
The synopsis for PGTYPESinterval_free() used the wrong name.
Discussion: https://postgr.es/m/
159231203030
.679.
3061023914894071953
@wrigleys.postgresql.org
doc/src/sgml/ecpg.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ecpg.sgml
b/doc/src/sgml/ecpg.sgml
index 6ebbe2c09d26e2dcb0826067df96ea73544e9b76..0bcdc144be58e9bb2b814ca2e902be0ec1c35106 100644
(file)
--- a/
doc/src/sgml/ecpg.sgml
+++ b/
doc/src/sgml/ecpg.sgml
@@
-3310,7
+3310,7
@@
interval *PGTYPESinterval_new(void);
<para>
Release the memory of a previously allocated interval variable.
<synopsis>
-void PGTYPESinterval_
new
(interval *intvl);
+void PGTYPESinterval_
free
(interval *intvl);
</synopsis>
</para>
</listitem>