-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No leading zeroes in date. New sentence, new line.
From Thomas Klausner.
- Loading branch information
1 parent
4aea26a
commit 79221a1
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.\" $NetBSD: run_query.3,v 1.1 2012/02/07 19:13:32 joerg Exp $ | ||
.\" $NetBSD: run_query.3,v 1.2 2012/02/07 21:02:23 wiz Exp $ | ||
.\" | ||
.\" Copyright (c) 2011 Abhinav Upadhyay <[email protected]> | ||
.\" All rights reserved. | ||
|
@@ -29,7 +29,7 @@ | |
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
.\" SUCH DAMAGE. | ||
.\" | ||
.Dd December 03, 2011 | ||
.Dd December 3, 2011 | ||
.Dt RUN_QUERY 3 | ||
.Os | ||
.Sh NAME | ||
|
@@ -113,7 +113,8 @@ as to search in all the sections. | |
This specifies the number of matching rows to fetch from the database. | ||
Specifiy a negative value to fetch all the matching rows. | ||
.It Li int offset | ||
This specifies the offset within the result-set. Use it to specify the position | ||
This specifies the offset within the result-set. | ||
Use it to specify the position | ||
from where to start processing the result-set. | ||
For example if the value of nrec is m and value of offset is n, then the first | ||
n records from the result-set will be omitted and rest m-n (or less) records will | ||
|