Re: Postgres 8.4 view keys - Mailing list pgsql-novice

From Syan Tan
Subject Re: Postgres 8.4 view keys
Date
Msg-id 1566.1271125893@people.net.au
Whole thread Raw
In response to Postgres 8.4 view keys  (richard terry <rterry@pacific.net.au>)
List 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 by date:

Previous
From: Donn Washburn
Date:
Subject: Getting started
Next
From: "Danny Lo"
Date:
Subject: Re: Partitioning for query performance