1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-25 12:03:53 +03:00
This commit is contained in:
Bruce Momjian
1998-06-24 13:21:30 +00:00
parent f391dcd0bf
commit a8376c1c84
42 changed files with 122 additions and 135 deletions

View File

@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/fetch.l,v 1.6 1998/03/23 15:09:29 momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/fetch.l,v 1.7 1998/06/24 13:21:26 momjian Exp $
.TH FETCH SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME
fetch - fetch instance(s) from a cursor
@@ -32,9 +32,9 @@ view updates. Consequently, users must issue explicit replace
commands to update data.
.PP
Cursors may only be used inside of transaction blocks marked by
.IR begin (l)
.IR begin(l)
and
.IR commit (l)
.IR commit(l)
because the data that they store spans multiple user queries.
.SH EXAMPLE
.nf