Re: [HACKERS] Alternative to LIMIT in SELECT ?

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: t-ishii(at)sra(dot)co(dot)jp
Cc: Marc Howard Zuckman <marc(at)fallon(dot)classyad(dot)com>, Eric Lee Green <eric(at)linux-hw(dot)com>, "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, Jeff Hoffmann <jeff(at)remapcorp(dot)com>, PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Alternative to LIMIT in SELECT ?
Date: 1998-10-14 02:11:06
Message-ID: 3624083A.A89939CC@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I've found ExecutorLimit() (in executor/execMain.c) is useful for me
> especially when issuing an ad-hock query via psql. I personally use
> the function with customized set command.

Looks interesting. So where are the patches? :)

- Tom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Billy G. Allie 1998-10-14 02:11:15 Re: [HACKERS] PostgreSQL v6.4 BETA2 ...
Previous Message Tatsuo Ishii 1998-10-14 01:40:41 Re: [HACKERS] Alternative to LIMIT in SELECT ?