What is the number equivalient of LIMIT ALL

From: David Goodenough <david(dot)goodenough(at)btconnect(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: What is the number equivalient of LIMIT ALL
Date: 2006-04-14 18:21:51
Message-ID: 200604141921.51620.david.goodenough@btconnect.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

When I try to execute a prepared statement containing LIMIT ? the
Postgresql JDBC now requires the value to be an integer. As the
value for LIMIT can either be a count or ALL this raises a simple
question, what is the numeric value that means ALL?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nicholas E. Wakefield 2006-04-14 18:51:15 Re: What is the number equivalient of LIMIT ALL
Previous Message Markus Schaber 2006-04-14 15:32:31 Re: Possible regression: setNull() usage changed from 7.4