SQL Install comptability

This commit is contained in:
sparkyx 2026-01-20 18:24:10 +01:00
parent 878bfd435b
commit 0ddcaffc0a
6 changed files with 16 additions and 54 deletions

View file

@ -1,16 +1,12 @@
set search_path = public,comptaproc,pg_catalog ;
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SET standard_conforming_strings = off;
SET check_function_bodies = false;
SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;
SET escape_string_warning = off;
SELECT pg_catalog.lo_create('2351550');

View file

@ -1,15 +1,11 @@
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SET standard_conforming_strings = off;
SET check_function_bodies = false;
SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;
SET escape_string_warning = off;
CREATE SCHEMA comptaproc;