Re: disabling seq scans - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: disabling seq scans
Date
Msg-id Pine.BSO.4.56.0404011706210.4684@leary.csoft.net
Whole thread Raw
In response to Re: disabling seq scans  ("Marcus Andree S. Magalhaes" <marcus.magalhaes@vlinfo.com.br>)
Responses Re: disabling seq scans  ("Marcus Andree S. Magalhaes" <marcus.magalhaes@vlinfo.com.br>)
List 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 by date:

Previous
From: Kris Jurka
Date:
Subject: Re: problems with datestyle
Next
From: "Marcus Andree S. Magalhaes"
Date:
Subject: Re: disabling seq scans