Re: FETCH help - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: FETCH help
Date
Msg-id 200005111750.NAA19704@candle.pha.pa.us
Whole thread Raw
In response to FETCH help  (SAKAIDA Masaaki <sakaida@psn.co.jp>)
List pgsql-hackers
> Hi,
> 
>   The FETCH help seems to be odd in PostgreSQL-7.0.
> 
> prompt> psql
> postgres=# \h fetch
> Command:     FETCH
> Description: Gets rows using a cursor
> Syntax:
> FETCH [ selector ] [ count ] { IN | FROM } cursor
> FETCH [ RELATIVE ] [ { [ # | ALL | NEXT | PRIOR ] } ] FROM ] cursor

Yes, it was a mess.  New display looks like below.  SGML fixed too.  It
now displays in brief and long formats.

---------------------------------------------------------------------------

test=> \h fetch
Command:     FETCH
Description: Gets rows using a cursor
Syntax:
FETCH [ direction ] [ count ] { IN | FROM } cursor
FETCH [ FORWARD | BACKWARD | RELATIVE ] [ # | ALL | NEXT | PRIOR ] { IN | FROM }cursor



--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: User's Lounge and Developer's Corner
Next
From: "Marc G. Fournier"
Date:
Subject: Re: User's Lounge and Developer's Corner