diff options
author | Michael Meskes <meskes@postgresql.org> | 2010-01-08 09:06:05 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2010-01-08 09:06:05 +0000 |
commit | 369494e41fe408f103884032f477555ba134a0a8 (patch) | |
tree | aa467b3eaf85cb1ce7299c62d93f44fbde6407ee /src | |
parent | 217dc525c08c2835f321ca45309601e8b1f57fec (diff) | |
download | postgresql-369494e41fe408f103884032f477555ba134a0a8.tar.gz postgresql-369494e41fe408f103884032f477555ba134a0a8.zip |
Also update ChangerLog file.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog index 646804b5490..c4f32406522 100644 --- a/src/interfaces/ecpg/ChangeLog +++ b/src/interfaces/ecpg/ChangeLog @@ -2448,6 +2448,10 @@ Thu, 26 Nov 2009 16:39:36 +0100 - Added dynamic cursor names to ecpg. Almost the whole patch was done by Boszormenyi Zoltan. + +Wed, 06 Jan 2010 10:04:20 +0100 + + - Added sqlda to ecpg by applying patch by Zoltan Boszormenyi. - Set ecpg library version to 6.2. - Set compat library version to 3.2. - Set ecpg version to 4.6. |