Re: Lowercase problem - Mailing list pgsql-php

From Mitch Vincent
Subject Re: Lowercase problem
Date
Msg-id 011001c08f9a$5065d380$0200000a@windows
Whole thread Raw
In response to Lowercase problem  ("Julio Cuz, Jr." <jcuz@rccd.cc.ca.us>)
List pgsql-php
Try quoting your table names.

SELECT * FROM "WHATEVER";

-Mitch

----- Original Message -----
From: "Julio Cuz, Jr." <jcuz@rccd.cc.ca.us>
To: <pgsql-php@postgresql.org>; <php-db@lists.php.net>
Sent: Monday, February 05, 2001 12:25 PM
Subject: [PHP] Lowercase problem


> Hi--
>
> I don't know where the problem resides, but when I call a table or a field
> name from Postgresql using PHP4, it treats the string ALL LOWERCASE, so I
> get an error about 'field/table not relational..." do you know where the
> problem is?
>
> P.S.  Some tables have upper and lowercase, as well as field names...I had
> to transfer everything to lowercase to get it working.
>
> Julio Cuz, Jr.
> Riverside Community College
> jcuz@rccd.cc.ca.us
>
>


pgsql-php by date:

Previous
From: "Julio Cuz, Jr."
Date:
Subject: Lowercase problem
Next
From: "Brent R. Matzelle"
Date:
Subject: Re: Lowercase problem