Re: underscore problem - Mailing list pgsql-sql

From Jie Liang
Subject Re: underscore problem
Date
Msg-id Pine.BSF.4.10.10102270959310.58214-100000@tidal.ipinc.com
Whole thread Raw
In response to underscore problem  ("postgresql" <pgsql@symcom.com>)
List pgsql-sql
if your table is table name is case sensitive, you should double
quota it, since postgres take lower case as default.

Jie LIANG

St. Bernard Software
Internet Products Inc.

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang@ipinc.com
www.stbernard.com
www.ipinc.com

On Tue, 27 Feb 2001, postgresql wrote:

> Is there anywhere in the docs that says we should not use an 
> underscore in a table name?
> 
> table  FC_Client_Info exists with a record where jobno 1234 has 
> info:
> 
> select acode from FC_Client_Info where jobno = '1234';
> fails with a warning that fc_client_info does not exist
> notice the lower case. If I quote the table
> 
> select acode from "FC_Client_Info" where jobno = '1234';
> the select works fine
> 
> What's the problem here? This should be easy.
> 
> Ted
> 
> 



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Debug messages in beta5
Next
From: Tom Lane
Date:
Subject: Re: Urgent help