Read only proc tx (#844)
This commit is contained in:
Vendored
+1
@@ -316,6 +316,7 @@ $$;
|
||||
|
||||
CREATE FUNCTION sayhello(name text) RETURNS text
|
||||
LANGUAGE sql
|
||||
IMMUTABLE
|
||||
AS $_$
|
||||
SELECT 'Hello, ' || $1;
|
||||
$_$;
|
||||
|
||||
Reference in New Issue
Block a user