Are scalar type's in/out functions implicitly STRICT? - Mailing list pgsql-sql

From Denis Zaitsev
Subject Are scalar type's in/out functions implicitly STRICT?
Date
Msg-id 20030228054544.A4208@natasha.zzz.zzz
Whole thread Raw
Responses Re: Are scalar type's in/out functions implicitly STRICT?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Are scalar type's in/out functions implicitly STRICT?  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-sql
So, I create some new scalar type and I don't declare its in/out
functions as STRICT.  But PostgreSQL copes with them such as they
would be STRICT - they never get the NULL value.  And this is not
documented, AFAIK.  Have I missed something or is it a some hard
well-known etc. fact?  Thanks in advance.


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: GiST, Not Using Index
Next
From: Tom Lane
Date:
Subject: Re: Are scalar type's in/out functions implicitly STRICT?