summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2009-11-26 15:40:43 +0000
committerMichael Meskes <meskes@postgresql.org>2009-11-26 15:40:43 +0000
commitc48d48d41f6985706f387da1b15b372ef2de196b (patch)
tree0ab94657dc1418afcbbfcfb788a6cb8e2d3a3f9f
parentfb9d62805d02900aad5a9f8c8d1c835fa167c71c (diff)
downloadpostgresql-c48d48d41f6985706f387da1b15b372ef2de196b.tar.gz
Forgot to add dynamic cursors to Changelog.
-rw-r--r--src/interfaces/ecpg/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog
index 9537e8da6f..646804b549 100644
--- a/src/interfaces/ecpg/ChangeLog
+++ b/src/interfaces/ecpg/ChangeLog
@@ -2443,6 +2443,11 @@ Thu, 15 Oct 2009 12:15:31 +0200
- Made ECPG more robust against applications freeing strings, based on
patch send in by Boszormenyi Zoltan <zb@cybertec.at>.
+
+Thu, 26 Nov 2009 16:39:36 +0100
+
+ - Added dynamic cursor names to ecpg. Almost the whole patch was done by
+ Boszormenyi Zoltan.
- Set ecpg library version to 6.2.
- Set compat library version to 3.2.
- Set ecpg version to 4.6.