Re: Unable to access table named "user"

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Unable to access table named "user"
Дата
Msg-id dcc563d10905120055y1db763b9lff44af1f5d2cf833@mail.gmail.com
обсуждение исходный текст
Ответ на Unable to access table named "user"  (Joe Kramer <cckramer@gmail.com>)
Ответы Re: Unable to access table named "user"  (Joe Kramer <cckramer@gmail.com>)
Список pgsql-general
On Tue, May 12, 2009 at 1:26 AM, Joe Kramer <cckramer@gmail.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"

В списке pgsql-general по дате отправления:

Предыдущее
От: Joe Kramer
Дата:
Сообщение: Unable to access table named "user"
Следующее
От: "Tomasz Rejman"
Дата:
Сообщение: Selecting data from bytea field in 8.3