added ECPGget_PGconn to exports.txt
authorMichael Meskes <meskes@postgresql.org>
Tue, 25 Mar 2008 12:45:33 +0000 (12:45 +0000)
committerMichael Meskes <meskes@postgresql.org>
Tue, 25 Mar 2008 12:45:33 +0000 (12:45 +0000)
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/ecpglib/exports.txt

index a1f53644587a4614c7d5dd709bf88b6987e516f7..fa331f8a5d5af03bea969163e67ae33f615464f5 100644 (file)
@@ -2333,5 +2333,9 @@ Thu, 20 Mar 2008 16:54:27 +0100
        - Changed statement escaping to not escape continuation line markers.
        - Bumped ecpg version to 4.4.1.
        - Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.
-       - Bumped ecpglib version to 6.1.
+
+Tue, 25 Mar 2008 13:43:27 +0100
+
+       - Also added ECPGget_PGconn to exports.txt.
+
 
index 67a8b306c053dc5b1e46b9695f3c2b32f9272687..2c5d2e0e6e4e546f9f271d2f83921cdf3abdff4c 100644 (file)
@@ -25,3 +25,4 @@ ECPGsetconn                      22
 ECPGstatus                       23
 ECPGtrans                        24
 sqlprint                         25
+ECPGget_PGconn                  26