Re: Printing PostgreSQL reports

From: "Gregory Wood" <gregw(at)com-stock(dot)com>
To: "PostgreSQL-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Printing PostgreSQL reports
Date: 2001-02-20 20:57:58
Message-ID: 001f01c09b7f$eb36c180$7889ffcc@comstock.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I wrote a paging system that I use for all my applications that take full
> advantage of PostgreSQL's killer LIMIT and OFFSET features. I'd suggest
you
> do the same, it's worked very well for me so far..

Personally I really favor the idea of using LIMIT and OFFSET, I just thought
I'd add this little caution: if the table is updated between queries, the
results could be thrown off. So if you need a static set of results, you'll
need to do a little bit more.

Greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-02-20 21:04:58 Re: Re: A How-To: PostgreSQL from Tcl via ODBC
Previous Message Tomek Zielonka 2001-02-20 20:50:16 Re: Postgres slowdown on large table joins