Re: [GENERAL] Case sensitivity - Mailing list pgsql-general

From Dana Powers
Subject Re: [GENERAL] Case sensitivity
Date
Msg-id 37E6691B.9B6C77C7@fphome.com
Whole thread Raw
In response to Re: [GENERAL] Case sensitivity  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [GENERAL] Case sensitivity
List pgsql-general
Bruce Momjian wrote:
>
> > > > I am evaluating whether it is possible to migrate our Contact manager
> > > > system to Postgres on Linux, but I am having difficulty because the
> > > > client software was most moronically programmed to access tables using
> > The problem is, if you create a table without "", the table name
> > defaults to lower case, and all non ""ed references to the table also
> > default to all lower case but if you create a table with ""s you cannot
> > access it unless you specify all references to it also in ""s. My
> > question is, is there anyway to nullify the "" behavior and set all
> > tables to lowercase?
>
> So you are creating with quotes, but want to access it without quotes?
> Can't do that.  Why not just remove the quotes from the queries?  I
> suppose you could hack out the quote stuff to force everything to
> lowercase, even if it has quotes.
>
Problem is, I don't have control over the client queries. Third party
closed source contact manager. So I guess I'll try to hack something
together. Thanks Bruce
Dana

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] Case sensitivity
Next
From: "Colin Price (EML)"
Date:
Subject: subscribe pgsql-general