Re: Psql odbc driver version 8.01.01.00 doesn't remember "Cache size" option if it is set to 0 (to set "unlimited").

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Cristiano Ansaloni" <ans(at)prosystem(dot)it>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Psql odbc driver version 8.01.01.00 doesn't remember "Cache size" option if it is set to 0 (to set "unlimited").
Date: 2005-11-09 14:45:44
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4E7DEBB@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

________________________________

From: pgsql-bugs-owner(at)postgresql(dot)org
[mailto:pgsql-bugs-owner(at)postgresql(dot)org] On Behalf Of Cristiano Ansaloni
Sent: 08 November 2005 15:35
To: pgsql-bugs(at)postgresql(dot)org
Subject: [BUGS] Psql odbc driver version 8.01.01.00 doesn't
remember "Cache size" option if it is set to 0 (to set "unlimited").

Psql odbc driver version 8.01.01.00 doesn't remember "Cache
size" option if it is set to 0 (to set "unlimited").

Cache size of 0/unlimited makes no sense. The cache is only used in
declare/fetch mode, so if you want to fetch all rows at once, just turn
off use declare/fetch.

Instead, the "Maximum rows to retrieve" option in the Tab 3 of
pgAdmin options works good.

pgAdmin III doesn't use ODBC, and besides, that option is not analagous
to psqlODBC's cache size setting in the slightest. I would suggest
reading the appropriate doc pages for each product.

Regards, Dave.

Browse pgsql-bugs by date

  From Date Subject
Next Message Diego Cattelan 2005-11-09 14:56:48 initdb problem
Previous Message Tom Lane 2005-11-09 14:25:25 Re: Postgres8.0.4 install problem