Case sensitive table names ? - Mailing list pgsql-bugs

From Per Winkvist
Subject Case sensitive table names ?
Date
Msg-id Pine.GSO.4.21.0203122026080.2106-100000@spartacus
Whole thread Raw
Responses Re: Case sensitive table names ?
List pgsql-bugs
Hi,

When creating a table from psql named 'tblProduct' that is turned into
tblproduct. (I'm accessing pg through Qt db classes too and I experience
the same thing there too I believe)

However, when creating a table with the tcl/tk application pgaccess you
can create a table that have capital letters. Isn't this a bug ?

Would be nice if one could create tables as tBlPrOdUcT and they appear
that way when querying system tables but also be able to access it non
case sensitive through sql.


Great job guys,

    Per

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug #613: Sequence values fall back to previously checkpointed
Next
From:
Date:
Subject: Re: comparing null value in plpgsql.