Re: disabling seq scans

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: disabling seq scans
Дата
Msg-id Pine.BSO.4.56.0404011706210.4684@leary.csoft.net
обсуждение исходный текст
Ответ на Re: disabling seq scans  ("Marcus Andree S. Magalhaes" <marcus.magalhaes@vlinfo.com.br>)
Ответы Re: disabling seq scans
Список pgsql-jdbc

On Thu, 1 Apr 2004, Marcus Andree S. Magalhaes wrote:

> Last one... This time, specifically to the java side: what
> do you think about adding new methods, say, setEnableSeqScan(boolean)
> and getEnableSeqScan() to our (by our I mean
> postgres) drivers?
>

I don't see this as a useful general purpose method worth adding.  What
about all the other GUC parameters?  There was a discussion a while ago
about making these and other variables configurable through the connection
URL or datasource, but that would be to establish defaults, not to modify
it on the fly.

http://archives.postgresql.org/pgsql-jdbc/2004-02/msg00022.php

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: problems with datestyle
Следующее
От: "Marcus Andree S. Magalhaes"
Дата:
Сообщение: Re: disabling seq scans