altocompta/include/sql/account_repository/schema.sql
Dany De Bontridder 26faa009d2 Fix SQL
2018-02-10 22:32:39 +01:00

19 lines
304 B
SQL

SET statement_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;
CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language';