Re: "FETCH returns data as if it were a SELECT result"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Roman Neuhauser <neuhauser(at)sigpipe(dot)cz>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: "FETCH returns data as if it were a SELECT result"
Date: 2005-08-02 17:09:58
Message-ID: 11939.1123002598@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Roman Neuhauser <neuhauser(at)sigpipe(dot)cz> writes:
> "The variant of FETCH described here returns the data as if it were a
> SELECT result rather than placing it in host variables."

> That doesn't seem to be the case.

It means it returns data *to the client* in the same way a SELECT does.

regards, tom lane

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Roman Neuhauser 2005-08-02 19:04:29 Re: "FETCH returns data as if it were a SELECT result"
Previous Message Roman Neuhauser 2005-08-02 15:32:48 "FETCH returns data as if it were a SELECT result"