Re: Postgres 8.4 view keys

Поиск
Список
Период
Сортировка
От Syan Tan
Тема Re: Postgres 8.4 view keys
Дата
Msg-id 1566.1271125893@people.net.au
обсуждение исходный текст
Ответ на Postgres 8.4 view keys  (richard terry <rterry@pacific.net.au>)
Список pgsql-novice
Is the view generating duplicate rows ? Can the query be expressed like
select A.a,A.b,A.c, B.a, B.b, B.c from A, B where A.c = B.c and A.c = x , B.b is between y and z
to get an idea of what is meant ?

On Mon 12/04/10 11:32 , "richard terry" rterry@pacific.net.au sent:
> I wondered if postges could some how auto-generate a unique view key?
>
> I tried searching the on-line docs to no avail.
>
> Any help appreciated.
>
> Richard
>
> --
> Sent via pgsql-novice mailing list (p
> gsql-novice@postgresql.org)To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-novice
>
>


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

Предыдущее
От: Donn Washburn
Дата:
Сообщение: Getting started
Следующее
От: "Danny Lo"
Дата:
Сообщение: Re: Partitioning for query performance