From: | Shachar Shemesh <psql(at)shemesh(dot)biz> |
---|---|
To: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
Cc: | Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: sql99 compat list |
Date: | 2003-08-11 21:39:09 |
Message-ID: | 3F380CFD.5000201@shemesh.biz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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? String ops for LOBs?
>
>Chris
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 7: don't forget to increase your free space map settings
>
>
Doesn't appear to be on this list, but shouldn't the fact that PSQL
translates undoublequoted identifiers to lower instead of upper case be
mentioned? 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, perhaps, stay around forever
as a session option for old databases)
Shachar
--
Shachar Shemesh
Open Source integration consultant
Home page & resume - http://www.shemesh.biz/
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-08-11 21:45:55 | Re: Windows on SuSE? 7.4 |
Previous Message | Andrew Dunstan | 2003-08-11 21:37:49 | Re: dropping a user causes pain (#2) |