Re: Query about SQL in PostgreSQL

From: "Jeff Eckermann" <jeff_eckermann(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Query about SQL in PostgreSQL
Date: 2005-04-19 14:25:43
Message-ID: d434d4$31ei$2@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Forget that message. I need another cup of coffee!

"Jeff Eckermann" <jeff_eckermann(at)yahoo(dot)com> wrote in message
news:d433uh$2ujf$2(at)news(dot)hub(dot)org(dot)(dot)(dot)
> "Muhammad Nadeem Ashraf" <nadeem_engg(at)yahoo(dot)com> wrote in message
> news:20050419094846(dot)21474(dot)qmail(at)web50506(dot)mail(dot)yahoo(dot)com(dot)(dot)(dot)
>> Hi,
>> I am new user of PostGreSQL 8.0.1. While using it i faced following
>> issue. As SQL is Case insensetive Language So the Uper or Lower cases are
>> not significant. But while using the database there is problem.
>> If i Create new Table with name (tblstudent) then upon SQL queries it is
>> fine to use Select * from tblstudent. However i face probel if i give the
>> name of table in Capital letters i.e. if the name is (tblStudent) then
>> upon using Select * from tblStudent, following error is appeard:
>> ERROR: relation "tblst" does not exist
>
> That should have worked. Can you provide a session transcript that shows
> this?
>
>>
>> And if i use the query Select * from "tblStudent" then it works fine.
>>
>>
>> Please help me out in this regard.
>> Nadeem
>>
>>
>>
>> ---------------------------------
>> Yahoo! Mail Mobile
>> Take Yahoo! Mail with you! Check email on your mobile phone.
>
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2005-04-19 14:37:06 Re: DateAdd function ?
Previous Message Jeff Eckermann 2005-04-19 14:23:30 Re: DateAdd function ?