diff schema/gemma.sql @ 4603:d24e951206ca geoserver_sql_views

Do not try to execute NULL as a subquery
author Tom Gottfried <tom@intevation.de>
date Tue, 03 Sep 2019 18:00:50 +0200
parents 9fef9930aa8a
children 7650d2431f86
line wrap: on
line diff
--- a/schema/gemma.sql	Mon Sep 02 18:45:15 2019 +0200
+++ b/schema/gemma.sql	Tue Sep 03 18:00:50 2019 +0200
@@ -38,7 +38,8 @@
         RETURN false;
 END
 $$
-    LANGUAGE plpgsql;
+    LANGUAGE plpgsql
+    STRICT;
 
 
 --