Re: [HACKERS] with(isstrict) vs ISSTRICT

2003-11-21 Thread Tom Lane
strk <[EMAIL PROTECTED]> writes: > Does with(isStrict) still work ? regression=# create function foo(int) returns int as regression-# 'select $1' language sql with(isStrict); CREATE FUNCTION regression=# select version(); version -

[HACKERS] with(isstrict) vs ISSTRICT

2003-11-19 Thread strk
Does with(isStrict) still work ? If not when did postgres drop its support ? TIA --strk; ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]