From: Bruce Momjian Date: Wed, 4 Sep 2002 19:07:43 +0000 (+0000) Subject: Update wording for Tom. X-Git-Tag: REL7_3~573 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bdaca460b0bf385ac46b63171a2936f2a1983f7;p=thirdparty%2Fpostgresql.git Update wording for Tom. --- 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