Re: [GENERAL] Database Name Case Sensitivity

2001-04-05 Thread ADBAAMD
Peter Eisentraut wrote: > ADBAAMD writes: > >> Brian T. Allen wrote: >> >>> I just ran into that too, and find it most undesirable. I don't know >>> whether that is part of the SQL spec or not, but it seems very odd. The >>> queries seem to be converted to lowercase before they ever reach the

Re: [GENERAL] Database Name Case Sensitivity

2001-04-05 Thread Peter Eisentraut
ADBAAMD writes: > Brian T. Allen wrote: > > > I just ran into that too, and find it most undesirable. I don't know > > whether that is part of the SQL spec or not, but it seems very odd. The > > queries seem to be converted to lowercase before they ever reach the SQL > > engine. > > Corre

Re: [GENERAL] Database Name Case Sensitivity

2001-04-05 Thread ADBAAMD
Brian T. Allen wrote: > I just ran into that too, and find it most undesirable. I don't know > whether that is part of the SQL spec or not, but it seems very odd. The > queries seem to be converted to lowercase before they ever reach the SQL > engine. Correct me if I'm wrong, but doesn

Re: [GENERAL] Database Name Case Sensitivity

2001-04-05 Thread Brian T. Allen
I just ran into that too, and find it most undesirable. I don't know whether that is part of the SQL spec or not, but it seems very odd. The queries seem to be converted to lowercase before they ever reach the SQL engine. Brian + Flash web sites from $149/year w/ hos

[GENERAL] Database Name Case Sensitivity

2001-04-05 Thread Shaw Terwilliger
Maybe this isn't technically a bug, but I found it strange. With PostgreSQL 7.0.3 and 7.1beta6, I can create a database "FOO", but can only later connect to it as "foo". I'm not sure if this is a psql thing or a backend thing, or if it's intended to be this way, but it makes some of my scripts