aboutsummaryrefslogtreecommitdiff
path: root/src/man/fetch.l
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-09-08 17:49:43 +0000
committerBruce Momjian <bruce@momjian.us>1997-09-08 17:49:43 +0000
commit4f523a6f92f98e1b10e84b2d5a58b0ac3e2f8c2a (patch)
tree3c61c55f0e77bdf6eb1d6e9cbd838a6f321fb84f /src/man/fetch.l
parent108baf70e5bd93e8281eb67ec14b4755c75d0a4d (diff)
downloadpostgresql-4f523a6f92f98e1b10e84b2d5a58b0ac3e2f8c2a.tar.gz
postgresql-4f523a6f92f98e1b10e84b2d5a58b0ac3e2f8c2a.zip
Manual page updates.
Diffstat (limited to 'src/man/fetch.l')
-rw-r--r--src/man/fetch.l6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/man/fetch.l b/src/man/fetch.l
index 8fe3737becf..b2550704d85 100644
--- a/src/man/fetch.l
+++ b/src/man/fetch.l
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/fetch.l,v 1.3 1997/03/01 15:26:42 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/fetch.l,v 1.4 1997/09/08 17:49:41 momjian Exp $
.TH FETCH SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME
fetch \(em fetch instance(s) from a cursor
@@ -64,7 +64,3 @@ end(l),
close(l),
move(l),
select(l).
-.SH BUGS
-Currently, the smallest transaction in Postgres is a single SQL
-command. It should be possible for a single fetch to be a
-transaction.