Re: [HACKERS] SQL99 compat list

2005-10-25 Thread 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". Someone more knowledgeable than me will have to update it I think. These look like likely ca

Re: [HACKERS] SQL99 compat list

2005-10-25 Thread Peter Eisentraut
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:

[HACKERS] SQL99 compat list

2005-10-25 Thread Christopher Kings-Lynne
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

Re: [HACKERS] sql99 compat list

2003-08-14 Thread Tom Lane
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,

Re: [HACKERS] sql99 compat list

2003-08-14 Thread Peter Eisentraut
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

[HACKERS] sql99 compat list

2003-08-14 Thread Christopher Kings-Lynne
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 ---

Re: [HACKERS] sql99 compat list

2003-08-14 Thread Shachar Shemesh
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

Re: [HACKERS] sql99 compat list

2003-08-12 Thread Shachar Shemesh
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

Re: [HACKERS] sql99 compat list

2003-08-10 Thread Neil Conway
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