Proposed TODO: fetch->INT8

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Proposed TODO: fetch->INT8
Date: 2005-01-24 19:13:25
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3412A75D7@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I was browsing the TODO list and I noticed the todo to bump limit/offset
to int8. IMO, the flavors of fetch that take a numeric parameter need
this as well.

FWIW, trying to pass integer > 2^31 to fetch gives a syntax error, which
is clearly wrong.

Merlin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2005-01-24 20:05:20 Re: Proposed TODO: fetch->INT8
Previous Message Merlin Moncure 2005-01-24 18:52:48 Re: Some things I like to pick from the TODO list ...