Re: Planner hints in SELECT queries? - Mailing list pgsql-general

From Tom Lane
Subject Re: Planner hints in SELECT queries?
Date
Msg-id 28860.1229527014@sss.pgh.pa.us
Whole thread Raw
In response to Planner hints in SELECT queries?  ("Dmitry Koterov" <dmitry@koterov.ru>)
List pgsql-general
"Dmitry Koterov" <dmitry@koterov.ru> writes:
> I propose to add the SELECT clause to do it natively, like this:

> SELECT *
> FROM tbl
> ORDER BY id
> LIMIT 10
> SETTING something=off, other=off

Use a function with a SET clause attached.

            regards, tom lane

pgsql-general by date:

Previous
From: Adam Witney
Date:
Subject: Re: Is this a security risk?
Next
From: "Andrew Gould"
Date:
Subject: Off Topic: MS Access and SSL to access PostgreSQL