summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-06-16 16:41:11 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2020-06-16 16:41:38 -0400
commit5771d8b690e0f1b49bf8fc7f5e5cb8880bcd5ca7 (patch)
tree0af7b83c311e3df1714beceb33a758c047f0a9c1
parent02b71f06be751ff9809f48742f15e1905a1a6d83 (diff)
Doc: fix copy-and-pasteo in ecpg docs.
The synopsis for PGTYPESinterval_free() used the wrong name. Discussion: https://postgr.es/m/159231203030.679.3061023914894071953@wrigleys.postgresql.org
-rw-r--r--doc/src/sgml/ecpg.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index bc2f1c3091a..69f422b4d84 100644
--- 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>