underscore problem

From: "postgresql" <pgsql(at)symcom(dot)com>
To: "PgSQL-SQL" <pgsql-sql(at)postgresql(dot)org>
Subject: underscore problem
Date: 2001-02-27 12:43:11
Message-ID: 200102271236.f1RCasx40381@mail.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2001-02-27 13:32:32 Re: underscore problem
Previous Message Herbert Ambos 2001-02-27 12:20:01 DLookup('field', 'table', ['condition'])