Re: PostgreSQL Gotchas

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Chris Travers <chris(at)travelamericas(dot)com>, Scott Marlowe <smarlowe(at)g2switchworks(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, "Aly S(dot)P Dharshi" <aly(dot)dharshi(at)telus(dot)net>, "Gavin M(dot) Roy" <gmr(at)ehpg(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL Gotchas
Date: 2005-10-14 14:34:53
Message-ID: 434FC20D.7020205@Yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/13/2005 2:40 PM, Tom Lane wrote:
> Chris Travers <chris(at)travelamericas(dot)com> writes:
>> So basically, the problem is that any fix for case folding would touch a
>> fair bit of code and possibly cause other problems. However, I haven't
>> seen anyone worry about performance issues in such a fix, just that it
>> might be a fair bit of work.
>
> More that it's likely to create serious forwards, backwards, and
> sideways compatibility problems :-(. The work involved is mostly
> in figuring out how to deal with that.
>
> Since the end reward for all this work would be having to read CATALOGS
> WRITTEN IN ALL UPPER CASE, none of the key developers seem very
> interested ...

Just an idea ...

if the release that offers UPPER case folding as an option also makes
sure that all internal and tool references to system catalog objects are
properly quoted (as they IMHO should be anyway), then it would be
reduced to a third party tool/application problem accessing the system
catalog in a database that has this new config option selected.

Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-10-14 14:39:54 Re: PostgreSQL Gotchas
Previous Message Palle Girgensohn 2005-10-14 14:15:48 linking problems with Kerberos (heimdal) on FreeBSD