Just put Kunden in quotes:
pg_exec($db,"SELECT * FROM \"Kunden\"");
-Dan
----- Original Message -----
From: "Matthias Meyer" <m.meyer@maxonline.at>
To: <pgsql-php@postgresql.org>
Sent: Saturday, July 15, 2000 6:45 AM
Subject: case sensitiv table and column names
> Hallo Mailinglist
>
> If I use PostgreSQL from PHP3 with pg_exec($db,"SELECT * FROM
> Kunden"); I get an error like "Warning: PostgresSQL query failed: ERROR:
> kunden: Table does not exist."
> Thats right because the table called "Kunden" with an upper K.
>
> What should I do that PHP/PostgreSQL accept case sensitiv table names ?
>
> :-)Matthias