What is the limit on the number of rows in a PostgreSQL table? If it's more than MAXINT, we have a problem:
phppgadmin# select * from test limit 2147483648; ERROR: integer out of range
Same problem with OFFSET.
Chris
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly