summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ChangeLog
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-02-27 12:59:33 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-02-27 12:59:33 +0000
commit96ac738269d04c1402f1f459bfdfe0a11d979471 (patch)
tree6d90d649f24075c1bd2a4cd08c6bffba02ecf71d /src/interfaces/ecpg/ChangeLog
parent1a6de0760d5e2593e1b12a665923ca83134c109e (diff)
downloadpostgresql-96ac738269d04c1402f1f459bfdfe0a11d979471.tar.gz
From: Michael Meskes <meskes@topsystem.de>
No more shift/reduce conflicts. Also all other bugs I know about are fixed.
Diffstat (limited to 'src/interfaces/ecpg/ChangeLog')
-rw-r--r--src/interfaces/ecpg/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog
index 8501e99dc2..44f87208f0 100644
--- a/src/interfaces/ecpg/ChangeLog
+++ b/src/interfaces/ecpg/ChangeLog
@@ -62,3 +62,12 @@ Wed Feb 25 15:46:50 CET 1998
- corrected whenever continue handling
- removed whenever break
+Fri Feb 27 10:51:38 CET 1998
+
+ - corrected parser to accept '::int2'
+
+Fri Feb 27 12:00:55 CET 1998
+
+ - removed all shift/reduce conflicts
+ - allow syntax 'fetch cursor' as well as 'fetch in cursor'
+