RE: [INTERFACES] Uppercase problem with several interfaces - Mailing list pgsql-interfaces

From Peter Mount
Subject RE: [INTERFACES] Uppercase problem with several interfaces
Date
Msg-id 1B3D5E532D18D311861A00600865478C25E79E@exchange1.nt.maidstone.gov.uk
Whole thread Raw
List pgsql-interfaces
Unless the field names are in quotes, the parser forces them into
lowercase, so in your example, you would change it to:

select 'Name' from 'Services';

Peter

-- 
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.


> -----Original Message-----
> From:    Fabio.di.Fabio [SMTP:Lmib@yahoo.com]
> Sent:    29 October 1999 11:12
> To:    Psql-interfaces
> Subject:    [INTERFACES] Uppercase problem with several interfaces
> 
> Hi,
> 
> I've a problem with uppercase letter in table and fields definition.
> 
> For example let be a table called 'Services' with fields 'Id' 'Name'
> 'Vaule', now if with PHP or pgaccess ort psql I make this query:
> 
> SELECT Name FROM Services;
> 
> I got this:
> 
> ERROR: attribute 'name' not found. 
> 
> what is wrong with my configuration?
> 
> ciao,
>     Fabio.
> 
> 
> ************


pgsql-interfaces by date:

Previous
From: SAKAIDA
Date:
Subject: pgbash-1.2.1 released
Next
From: Sebastien Flacher
Date:
Subject: Re: [INTERFACES] Uppercase problem with several interfaces