Hi, I'm using the odbc-postgresql (Version: 1:08.03.0200-1) Debian package, together with unixodbc (Version: 2.2.11-16), and have the following entry for the test database in PostgreSQL:
---<---------------cut here---------------start-------------->--- [PostgreSQL test] Description = PostgreSQL Driver = PostgreSQL ANSI Trace = No TraceFile = /tmp/psqlodbc.log Database = template1 Servername = localhost UserName = xxxx Password = xxxx Port = 5433 ReadOnly = Yes RowVersioning = No ShowSystemTables = No ShowOidColumn = No FakeOidIndex = No ConnSettings = ---<---------------cut here---------------end---------------->--- which certainly works from the console: $ isql 'PostgreSQL test' sluque +---------------------------------------+ | Connected! | | | | sql-statement | | help [tablename] | | quit | | | +---------------------------------------+ SQL> In openoffice.org (Debian Version: 1:3.0.0-3; Help -> About: 2.4.1), I can connect to it via the odbc connection dialog, but cannot see the tables available in the db. Any pointers for narrowing this down? Thanks. Cheers, -- Seb --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
