Re: Re: Printing PostgreSQL reports
От
Mitch Vincent
Тема
Re: Re: Printing PostgreSQL reports
Дата
Msg-id
065701c09b84$8eadd840$0200000a@windows
Список
Дерево обсуждения
Printing PostgreSQL reports Richard Ehrlich <richard@techspt.com>
Re: Printing PostgreSQL reports Jeff MacDonald <jeff@pgsql.com>
Re: Printing PostgreSQL reports fabrizio.ermini@sysdat.it
Re: Printing PostgreSQL reports Peter Eisentraut <peter_e@gmx.net>
Yes, yes, that's very important and I can't believe I left it out.. Sorry about that. Thanks Tom.. -Mitch ----- Original Message ----- From: "Tom Lane" To: "Mitch Vincent" Cc: Sent: Tuesday, February 20, 2001 4:15 PM Subject: Re: Re: Printing PostgreSQL reports > "Mitch Vincent" writes: > > ... use LIMIT X to only grab the first X records from > > a result set. Then on the next page you say LIMIT X OFFSET X (in this > > example it's more of a type of thing). > > Don't forget to use an ORDER BY clause that constrains the rows into a > unique order, else you may get inconsistent results from the successive > LIMITed queries. > > regards, tom lane >
В списке pgsql-general по дате отправления