Re: Q on views and performance - Mailing list pgsql-performance

From Dean Gibson (DB Administrator)
Subject Re: Q on views and performance
Date
Msg-id 47C03BF3.7070807@ultimeth.com
Whole thread Raw
In response to Re: Q on views and performance  ("Dean Gibson (DB Administrator)" <postgresql@ultimeth.com>)
List pgsql-performance
On 2008-02-23 07:08, Dean Gibson (DB Administrator) wrote:
...


SELECT word1, word1
  FROM S JOIN txt ON word = word1

  WHERE type1 = <int1> AND type2 = <int2>;


...
Oops that should be:

SELECT word1, word2
  FROM S JOIN txt ON word = word1

  WHERE type1 = <int1> AND type2 = <int2>;



-- 
Mail to my list address MUST be sent via the mailing list.
All other mail to my list address will bounce.

pgsql-performance by date:

Previous
From: "Dean Gibson (DB Administrator)"
Date:
Subject: Re: Q on views and performance
Next
From: "Kynn Jones"
Date:
Subject: Re: Q on views and performance