CREATE OR REPLACE FUNCTION public.st_intersects(geom1 geometry, geom2 geometry)
RETURNS boolean
LANGUAGE sql
IMMUTABLE PARALLEL SAFE
AS $function$SELECT $1 OPERATOR(public.&&) $2 AND public._ST_Intersects($1,$2)$function$
is this behaviour correct??
Hi,Please find the attached patch to fix RM 2089 : PARALLEL SAFE support for functions missing.Fix: Incorporated the PARALLEL SAFE support for the functions and procedures for PostgreSQL 9.6.Thanks,Khushboo -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription:http://www.postgresql.org/mailpref/pgadmin-hackers
pgadmin-hackers by date:
Соглашаюсь с условиями обработки персональных данных