Re: Problem with public schema

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Problem with public schema
Дата
Msg-id 40ADDD59.8000900@archonet.com
обсуждение исходный текст
Ответ на Problem with public schema  ("Nick Allan" <allanni@rvib.org.au>)
Список pgsql-general
Nick Allan wrote:
> Hi all
> I've just started using postgres and have all my tables defined in the
> public schema.
> For some reason I'm being forced to use sql like the following
> select * from public."tblCategory";
> instead of
> select * from tblCategory;

You must have defined it as:
   CREATE TABLE "tblCategory"

If you define a table using quotes, you need to quote it on access. If
you don't define using quotes, you don't need quotes on access.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Unix timestamp , unix timestamp with microseconds
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: feature idea – automatic up