Re: [INTERFACES] Uppercase problem with several interfaces

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
Cc: "'Fabio(dot)di(dot)Fabio'" <Lmib(at)yahoo(dot)com>, Psql-interfaces <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] Uppercase problem with several interfaces
Date: 1999-10-30 13:37:51
Message-ID: 381AF4AF.C2D3914@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Mario Simeone 1999-10-31 09:52:15 subscribe
Previous Message Patrick Welche 1999-10-29 16:43:07 ODBC driver