Has the sql compatibiliy list been updated? eg. for BETWEEN SYMMETRIC?
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql_features.txt
All signs point to "Sort of not really".
Someone more knowledgeable than me will have to update it I think.
These look like likely ca
Am Dienstag, 25. Oktober 2005 11:17 schrieb Christopher Kings-Lynne:
> Has the sql compatibiliy list been updated? eg. for BETWEEN SYMMETRIC?
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql_features.txt
All signs point to "Sort of not really".
--
Peter Eisentraut
http:
Has the sql compatibiliy list been updated? eg. for BETWEEN SYMMETRIC?
Chris
---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
Shachar Shemesh <[EMAIL PROTECTED]> writes:
> Also, I think a pretty simple workaround would be to have
> PSQL search for the upper case identifier, and if not found, search for
> the lower case. This should allow a migration path while the tools and
> functions are being translated (and should,
Christopher Kings-Lynne writes:
> Has anyone reviewed the compatibility list for 7.4 yet?
Yes.
> I seem to remember something about us having the unique predicate now or
> something?
It's not there yet.
> Array support is now better,
But not good enough.
> and cursors?
Same.
> String ops f
Has anyone reviewed the compatibility list for 7.4 yet?
http://developer.postgresql.org/docs/postgres/unsupported-features-sql99.html
I seem to remember something about us having the unique predicate now or
something? Array support is now better, and cursors? String ops for LOBs?
Chris
---
Christopher Kings-Lynne wrote:
Has anyone reviewed the compatibility list for 7.4 yet?
http://developer.postgresql.org/docs/postgres/unsupported-features-sql99.html
I seem to remember something about us having the unique predicate now or
something? Array support is now better, and cursors? Strin
Tom Lane wrote:
Shachar Shemesh <[EMAIL PROTECTED]> writes:
Also, I think a pretty simple workaround would be to have
PSQL search for the upper case identifier, and if not found, search for
the lower case. This should allow a migration path while the tools and
functions are being translated
On Mon, Aug 11, 2003 at 09:40:25AM +0800, Christopher Kings-Lynne wrote:
> Has anyone reviewed the compatibility list for 7.4 yet?
> I seem to remember something about us having the unique predicate now or
> something?
I hacked up a really simplistic implementation of it, but it wasn't
included i