altocompta/include/sql/mod1/constraint.sql
2018-01-27 18:20:55 +01:00

4 lines
141 B
SQL

SET client_encoding = 'utf8';
SET check_function_bodies = false;
SET client_min_messages = warning;
SET search_path = public, pg_catalog;