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
-
 PostgreSQL 7.5devel on hppa2.0-hp-hpux10.20, compiled by GCC 2.95.3
(1 row)

Looks like it.

regards, tom lane

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[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]