From 0cd2a84702e20a70363c93354bef2824d7610848 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 4 Sep 2002 20:06:23 +0000 Subject: [PATCH] Add Joe's table functions description. --- HISTORY | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 1ac97199d9..3ae6f70c34 100644 --- a/HISTORY +++ b/HISTORY @@ -22,9 +22,10 @@ Overview Table Functions - 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. + Functions returning multiple rows and/or multiple columns are + now much easier to use than before. You can call such a + "table function" in the SELECT FROM clause, treating its output + like a table. Also, plpgsql functions can now return sets. Prepared Queries