Re: Unable to access table named "user"

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Joe Kramer <cckramer(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Unable to access table named "user"
Date: 2009-05-12 07:55:13
Message-ID: dcc563d10905120055y1db763b9lff44af1f5d2cf833@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

On Tue, May 12, 2009 at 1:26 AM, Joe Kramer <cckramer(at)gmail(dot)com> wrote:
> 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;

Try "public"."user"

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2009-05-12 08:02:31 Re: Difference between "in (...)" and "= any(...)" queries when using arrays
Previous Message Tomasz Rejman 2009-05-12 07:30:12 Selecting data from bytea field in 8.3

Browse pgsql-jdbc by date

  From Date Subject
Next Message John Lister 2009-05-12 08:02:54 Re: ResultSet internal data type handling
Previous Message Luca Ferrari 2009-05-12 07:39:07 ResultSet internal data type handling