Re: "FETCH returns data as if it were a SELECT result" - Mailing list pgsql-docs

From Tom Lane
Subject Re: "FETCH returns data as if it were a SELECT result"
Date
Msg-id 11939.1123002598@sss.pgh.pa.us
Whole thread Raw
In response to "FETCH returns data as if it were a SELECT result"  (Roman Neuhauser <neuhauser@sigpipe.cz>)
Responses Re: "FETCH returns data as if it were a SELECT result"
List pgsql-docs
Roman Neuhauser <neuhauser@sigpipe.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

pgsql-docs by date:

Previous
From: Roman Neuhauser
Date:
Subject: "FETCH returns data as if it were a SELECT result"
Next
From: Roman Neuhauser
Date:
Subject: Re: "FETCH returns data as if it were a SELECT result"