diff options
author | Peter Eisentraut | 2001-09-03 12:57:50 +0000 |
---|---|---|
committer | Peter Eisentraut | 2001-09-03 12:57:50 +0000 |
commit | 89a1ea420733335ff151a481e88ea5ca076282fc (patch) | |
tree | 12ea8426f4ab36cde1263512e52662c2d813bd36 /doc/src/sgml/ref/fetch.sgml | |
parent | 69c52c8e5b92a6f7713199d749f76b62c87ed604 (diff) |
Put some kind of grammatical uniformity in the <refpurpose> lines.
Diffstat (limited to 'doc/src/sgml/ref/fetch.sgml')
-rw-r--r-- | doc/src/sgml/ref/fetch.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index bad0c4cdc03..ee042438675 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.14 2000/12/25 23:15:26 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.15 2001/09/03 12:57:50 petere Exp $ Postgres documentation --> @@ -15,7 +15,7 @@ Postgres documentation FETCH </refname> <refpurpose> - Gets rows using a cursor + retrieve rows from a table using a cursor </refpurpose> </refnamediv> <refsynopsisdiv> |