Re: limit? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: limit?
Date
Msg-id 6088.961623897@sss.pgh.pa.us
Whole thread Raw
In response to limit?  (Michael Meskes <meskes@postgresql.org>)
List pgsql-hackers
Michael Meskes <meskes@postgresql.org> writes:
> Is limit ignored in a cursor definition?

Yes.  Seems to me we discussed that and decided it was a feature,
not a bug.  Check the archives if you want to know why; I don't
recall.

If we do believe that, though, probably DECLARE CURSOR ... LIMIT
ought to give an error, instead of silently ignoring the limit
as it does now.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Big 7.1 open items
Next
From: Tom Lane
Date:
Subject: Re: Changes to functions and triggers