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

From Hannu Krosing
Subject Re: [INTERFACES] Uppercase problem with several interfaces
Date
Msg-id 381AF4AF.C2D3914@tm.ee
Whole thread Raw
In response to RE: [INTERFACES] Uppercase problem with several interfaces  (Peter Mount <petermount@it.maidstone.gov.uk>)
List pgsql-interfaces
Peter Mount wrote:
> 
> 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';
> 

Actually it should be

select "Name" from "Services";

single quotes (') ar for strings.

-------------
Hannu


pgsql-interfaces by date:

Previous
From: "Patrick Welche"
Date:
Subject: ODBC driver
Next
From: "Mario Simeone"
Date:
Subject: subscribe