Re: STRICT function returning a composite type

From: "Alexander M(dot) Pravking" <fduch(at)antar(dot)bryansk(dot)ru>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: STRICT function returning a composite type
Date: 2003-11-13 17:19:45
Message-ID: 20031113171945.GM69653@dyatel.antar.bryansk.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Nov 13, 2003 at 05:14:27PM +0000, Richard Huxton wrote:
> RETURNS NULL ON NULL INPUT or STRICT indicates that the function always
> returns NULL whenever any of its arguments are NULL. If this parameter is
> specified, the function is not executed when there are NULL arguments;
> instead a NULL result is assumed automatically.

Does "NULL result" mean an empty rowset if the function returns a record?

--
Fduch M. Pravking

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-11-13 17:27:58 Re: STRICT function returning a composite type
Previous Message Richard Huxton 2003-11-13 17:14:27 Re: STRICT function returning a composite type