Re: Two fixes for plpgsql.sgml

From: Neil Conway <neilc(at)samurai(dot)com>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Two fixes for plpgsql.sgml
Date: 2007-11-28 09:34:48
Message-ID: 1196242488.10373.13.camel@goldbach
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Wed, 2007-11-28 at 08:17 +0100, Guillaume Lelarge wrote:
> This patch fixes two issues on plpgsql.sgml.

The first hunk seems like a regression to me: AFAICS the current
phrasing is what is intended.

*** 133,139 ****

<para>
<application>PL/pgSQL</> functions can also be declared to return
! a <quote>set</>, or table, of any data type they can return a
single
instance of. Such a function generates its output by executing
<command>RETURN NEXT</> for each desired element of the result
set, or by using <command>RETURN QUERY</> to output the result of
--- 133,139 ----

<para>
<application>PL/pgSQL</> functions can also be declared to return
! a <quote>set</>, or table, or any data type they can return a
single
instance of. Such a function generates its output by executing
<command>RETURN NEXT</> for each desired element of the result
set, or by using <command>RETURN QUERY</> to output the result of

-Neil

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Guillaume Lelarge 2007-11-28 09:48:18 Re: Two fixes for plpgsql.sgml
Previous Message Guillaume Lelarge 2007-11-28 07:17:33 Two fixes for plpgsql.sgml