Re: Q on views and performance

Поиск
Список
Период
Сортировка
От Dean Gibson (DB Administrator)
Тема Re: Q on views and performance
Дата
Msg-id 47C03BF3.7070807@ultimeth.com
обсуждение исходный текст
Ответ на Re: Q on views and performance  ("Dean Gibson (DB Administrator)" <postgresql@ultimeth.com>)
Список 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 по дате отправления:

Предыдущее
От: "Dean Gibson (DB Administrator)"
Дата:
Сообщение: Re: Q on views and performance
Следующее
От: "Kynn Jones"
Дата:
Сообщение: Re: Q on views and performance