Connecting to schema problems - Mailing list pgsql-novice

From Panagiotis Kontaxis
Subject Connecting to schema problems
Date
Msg-id 3fc7ea290810090959n615f47c2ved32dcce0d26873e@mail.gmail.com
Whole thread Raw
Responses Re: Connecting to schema problems  (Maximilian Tyrtania <maximilian.tyrtania@onlinehome.de>)
List pgsql-novice
Hi!
I'm very new in postgreSQL and i can't create a successfully connection to my schema.
My database:
database: dspace
schema: public
owner of dspace database: dspace

I'm using this connection:
host: 127.0.0.1:5432
username:dspace
password: ******

When I connected with pgAdmin III to dspace database the query "select * from item;" returns records.
The problem occurs when I use a php utility to be connected, and the above query fails.
With the same php settings a query like "select * from pg_tables;" isn't failed and returns records to php utility.

I tried "select * from public.item;" and "select * from dspace.public.item;" with no result.

Any help would be appreciated.
Thank you,
Panagiotis

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: threads question
Next
From: Maximilian Tyrtania
Date:
Subject: Re: Connecting to schema problems