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