Re: Newbie Question-Quoting SQL - Mailing list pgsql-php

From Leif B. Kristensen
Subject Re: Newbie Question-Quoting SQL
Date
Msg-id 200904272202.19937.leif@solumslekt.org
Whole thread Raw
In response to Newbie Question-Quoting SQL  (Thomas Hart <tehart@me.com>)
List pgsql-php
On Monday 27. April 2009, Thomas Hart wrote:

>  $result = pg_query ($link, "Select * from Author");

If the table really is named "Author" with a capital A, you'll need to
quote it, because postgres will fold it to lowercase otherwise.
--
Leif Biberg Kristensen | Registered Linux User #338009
Me And My Database: http://solumslekt.org/blog/

pgsql-php by date:

Previous
From: Thomas Hart
Date:
Subject: Newbie Question-Quoting SQL
Next
From: Andrew McMillan
Date:
Subject: Re: Newbie Question-Quoting SQL