Re: JOIN performance - Mailing list pgsql-sql

From Chester Kustarz
Subject Re: JOIN performance
Date
Msg-id Pine.BSO.4.44.0409210008260.17616-100000@detroit.arbor.net
Whole thread Raw
In response to Re: JOIN performance  ("Dean Gibson (DB Administrator)" <postgresql3@ultimeth.com>)
List 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 by date:

Previous
From: "Dean Gibson (DB Administrator)"
Date:
Subject: Re: JOIN performance
Next
From: Tom Lane
Date:
Subject: Re: JOIN performance