| From: | Matthew Hagerty <matthew(at)venux(dot)net> |
|---|---|
| To: | pgsql-interfaces(at)postgreSQL(dot)org |
| Subject: | Methods for stepping through results? |
| Date: | 1999-02-16 03:20:58 |
| Message-ID: | 4.1.19990215221328.0097ae10@mail.venux.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
Greetings,
Is there any way to do the following:
1. Return a query in groups of x (i.e. 10 or 20) and progressively return
result groups of x. Just think of search engine navigation.
2. I have a client who wants to be able to select certain rows (tuples) of
a result and then "re-submit" the query and have only those rows selected
in the new results. For example, if a query returns 10 rows and rows
2,4,7,9 are checked, when re-submitted only rows 2,4,7,9 would be returned.
I know it is kind of stupid, but I have to please the customer :(
The interface I'm using is libpq, apache server, and Netscape/IE.
Thanks,
Matthew
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 1999-02-16 15:47:21 | Re: [INTERFACES] Methods for stepping through results? |
| Previous Message | Pete @ SFU | 1999-02-15 22:31:57 | winNT ODBC installation problem |