Unable to access table named "user" - Mailing list pgsql-jdbc

From Joe Kramer
Subject Unable to access table named "user"
Date
Msg-id b4c00a110905120019r78d2534ck3fb32c8320d2c79d@mail.gmail.com
Whole thread Raw
Responses Re: Unable to access table named "user"  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-jdbc
Hi,

I have table named user (lower case) in public schema.
I can access it using Pgadmin as
SELECT * from "user"; SELECT * from "public.user"; SELECT * FROM public.user;

I can't find any way to access this table from Jdbc.
Tried to access as public.user, user in single and double quotes, nothing helps.
I get exceptions like
ERROR: relation "public.user" does not exist
ERROR: relation "user" does not exist

Also tried to execute "SET search_path TO public" beforehand in same
jdbc connection, makes no difference.

Is there any way?

Thanks.

pgsql-jdbc by date:

Previous
From: Jürgen Lüters
Date:
Subject: prepared statement not working
Next
From: Luca Ferrari
Date:
Subject: ResultSet internal data type handling