Re: curly braces to group outer joins in queries from OpenOffice.org?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Palle Girgensohn <girgen(at)pingpong(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: curly braces to group outer joins in queries from OpenOffice.org?
Date: 2003-11-11 16:39:37
Message-ID: 8199.1068568777@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Palle Girgensohn <girgen(at)pingpong(dot)net> writes:
> Only, I set up postgreql to connect using JDBC... :(
> So, the bug is that OO expects an ODBC connection, and I use JDBC... Seems
> logical. I'll go ask the ODBC guys. Thanks for you help,

I do not know if the JDBC spec includes ODBC-style brace constructs
or not; if it does, then there's an omission in our JDBC driver.

Anyone know?

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Yasir Malik 2003-11-11 17:33:20 Bit strings
Previous Message Palle Girgensohn 2003-11-11 16:32:06 Re: curly braces to group outer joins in queries from