Skip to content

Instantly share code, notes, and snippets.

@vadv
vadv / 1c.sql
Last active March 29, 2022 14:05
1c init db: dropdb test; createdb test; psql test -f 1c.sql -v ON_ERROR_STOP=1
SET SESSION default_with_oids = on;
SET client_min_messages=error;
SET lc_messages to 'en_US.UTF-8';
SET enable_mergejoin = off;
show standard_conforming_strings;