]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: fix copy-and-pasteo in ecpg docs.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Jun 2020 20:41:11 +0000 (16:41 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Jun 2020 20:41:38 +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

index bc2f1c3091ac9e68342775045c6f79ab2eb8093c..69f422b4d84f4a794cfbd5aeef493994602aaf84 100644 (file)
@@ -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>