Re: leakproof
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Don Baccus <dhogaza@pacifier.com>, Andrew Dunstan <andrew@dunslane.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-02-21T15:40:45Z
Lists: pgsql-hackers
On mån, 2012-02-20 at 01:17 -0500, Robert Haas wrote: > For the present application (pushdown into security views), we really > only care whether the function has side effects, such as throwing an > error or mutating global state. How about [NO] SIDEEFFECTS?