Re: underscore problem

Поиск
Список
Период
Сортировка
От Jie Liang
Тема Re: underscore problem
Дата
Msg-id Pine.BSF.4.10.10102270959310.58214-100000@tidal.ipinc.com
обсуждение исходный текст
Ответ на underscore problem  ("postgresql" <pgsql@symcom.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Debug messages in beta5
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Urgent help