Re: Re: JDBC 2.0 conformance, documentation and todo list

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Barry Lind <barry(at)xythos(dot)com>
Cc: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Re: JDBC 2.0 conformance, documentation and todo list
Date: 2001-08-09 15:51:32
Message-ID: Pine.LNX.4.30.0108091749160.698-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Barry Lind writes:

> supportsANSI92EntryLevelSQL - Since postgres now does support outer
> joins, I think the answer here should be yes. I think the general
> feeling is that if there is a deviation from entry level SQL92 it is a bug.

Outer joins are not required for entry level SQL. Nevertheless,
PostgreSQL does not and probably will never comply with entry level SQL to
the letter, so the answer "false" is correct.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2001-08-09 16:18:34 Re: Re: JDBC 2.0 conformance, documentation and todo list
Previous Message Tony Grant 2001-08-09 15:35:26 RE: tough one