Doc: fix copy-and-pasteo in ecpg docs.
authorTom Lane <[email protected]>
Tue, 16 Jun 2020 20:41:11 +0000 (16:41 -0400)
committerTom Lane <[email protected]>
Tue, 16 Jun 2020 20:41:23 +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 9570ea769ac08eac4114e16cea2c4e09f2865faa..5df659cbd37cd09cab83da7d871591e6ce878d48 100644 (file)
@@ -3372,7 +3372,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>