From b5ab19a6100397ba4ab3df399e863f6c6155c15b Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 22 Oct 2001 18:42:44 +0000
Subject: [PATCH] Add ecpg items to HISTORY file.

---
 HISTORY | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/HISTORY b/HISTORY
index 0b4bf86346..0716cd2d6a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -180,7 +180,9 @@ ODBC
 	updatable cursors (Hiroshi)
 	Most configure options on setable via DSN (Hiroshi)
 	multibyte, performance fixes (Hiroshi)
-
+ECPG
+	EXECUTE ... INTO ...    implemented
+	multiple row descriptor support (e.g. CARDINALITY)
 
 Source Code
 -----------