From 4bdaca460b0bf385ac46b63171a2936f2a1983f7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 4 Sep 2002 19:07:43 +0000 Subject: [PATCH] Update wording for Tom. --- HISTORY | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 19f956b0213..1ac97199d9b 100644 --- a/HISTORY +++ b/HISTORY @@ -22,9 +22,9 @@ Overview Table Functions - Functions can now return sets, with multiple rows - and multiple columns. You specify these functions in - the SELECT FROM clause, similar to a table or view. + PL/PgSQL and C functions can now return sets, with multiple + rows and multiple columns. You specify these functions in the + SELECT FROM clause, similar to a table or view. Prepared Queries