Re: JOIN performance

Поиск
Список
Период
Сортировка
От Chester Kustarz
Тема Re: JOIN performance
Дата
Msg-id Pine.BSO.4.44.0409210008260.17616-100000@detroit.arbor.net
обсуждение исходный текст
Ответ на Re: JOIN performance  ("Dean Gibson (DB Administrator)" <postgresql3@ultimeth.com>)
Список pgsql-sql
On Mon, 20 Sep 2004, Dean Gibson (DB Administrator) wrote:
> Okay, now for my big question:  I searched high and low for a function that
> would return the minimum of two dates, and found none.  Now you come up
> with "date_smaller", which works fine (as does "date_larger"), but where
> are those documented?  More importantly, where are other functions like
> them documented?

You can make them:

http://www.postgresql.org/docs/7.4/interactive/server-programming.html

"strict" means it will return NULL when the input is NULL.




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

Предыдущее
От: "Dean Gibson (DB Administrator)"
Дата:
Сообщение: Re: JOIN performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: JOIN performance