ODBC, ssl, problems with.

From: Dariusz Pietrzak <dariush(at)ajax(dot)umcs(dot)lublin(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: ODBC, ssl, problems with.
Date: 2001-06-16 12:08:25
Message-ID: Pine.LNX.4.10.10106161355370.22224-100000@ajax.umcs.lublin.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,
I am having some problems with ODBC, namely - I can't find documentation
about it ( it meaning ODBC driver for postgres ).
I am seeking SSL enabled driver for postgres ( running ssh tunnel
involves installing cygwin on every client machine, hmm, maybe putty's
plink would help. Anyone using such solution ? )
I seek more documentation about beforementioned driver because I don't
know what some of the options do and how are they usefull,
for example -
what is row versioning?
It adds 'xmin' column to all my tables, and then Access becomes unable to
modify 'row versioned' tables because postgres complains about
incompatibility between 'xid' and 'int4' types. (xmin presumably being xid
type ).
Show oid shows oids, but what are they usefull for? and what does 'fake
index' mean ? Show oids option is also dangerous because it adds column
before not after any columns, thus forcing changes to application
expecting something at given column.

cheers,
--
Dariusz Pietrzak
Certified Nobody

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gunnar Rønning 2001-06-16 12:42:10 Re: [JDBC] The bytea datatype and JDBC
Previous Message kingking 2001-06-16 11:27:44 OLE file to Postgres through ODBC