Re: [HACKERS] Do we prefer software that works or software that looks good?

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Stephan Szabo" <sszabo(at)megazone(dot)bigpanda(dot)com>, "Shachar Shemesh" <psql(at)shemesh(dot)biz>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Robert Treat" <xzilla(at)users(dot)sourceforge(dot)net>, "Dennis Bjorklund" <db(at)zigo(dot)dhs(dot)org>, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>, "PostgreSQL advocacy" <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: [HACKERS] Do we prefer software that works or software that looks good?
Date: 2004-04-24 08:29:59
Message-ID: 03AF4E498C591348A42FC93DEA9661B889FB3B@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-hackers

> -----Original Message-----
> From: Stephan Szabo [mailto:sszabo(at)megazone(dot)bigpanda(dot)com]
> Sent: 24 April 2004 08:43
> To: Shachar Shemesh
> Cc: Tom Lane; Robert Treat; Dennis Bjorklund; Bruce Momjian;
> PostgreSQL-development; PostgreSQL advocacy
> Subject: Re: [HACKERS] Do we prefer software that works or
> software that looks good?
>
>
> Are we going to get rid of the current behavior entirely? If
> so, how are we going to handle issues like current databases
> with names like foo and "FOO" (and what if the name was given
> as "foo")? If not, when can one set the folding options and
> how do we (in the long term) make the database work properly
> in both settings. Things like "don't worry about the catalog
> entries" don't fly when your standard functions are defined
> and looked up there.

I'm unfamiliar with the code involved so this may be a waste of
bandwidth, but it seems to me that any selection of upper or lower case
folding should be done on a per-database basis - probably specified in
the create database statement, and flagged in pg_database. If its done
per-database then any issues of "FOO" == foo go away unless someone
loads a lowercase dump into an uppercase database - in which case it's
up to them to resolve any conflicts prior to loading the dump file.

Regards, Dave.

Browse pgsql-advocacy by date

  From Date Subject
Next Message Shachar Shemesh 2004-04-24 08:44:53 Re: Do we prefer software that works or software that looks good?
Previous Message Stephan Szabo 2004-04-24 07:43:25 Re: Do we prefer software that works or software that looks good?

Browse pgsql-hackers by date

  From Date Subject
Next Message Shachar Shemesh 2004-04-24 08:44:53 Re: Do we prefer software that works or software that looks good?
Previous Message Stephan Szabo 2004-04-24 07:43:25 Re: Do we prefer software that works or software that looks good?