mirror of
https://github.com/pirate/wikipedia-mirror.git
synced 2025-12-23 23:29:19 -05:00
5 lines
72 B
PL/PgSQL
5 lines
72 B
PL/PgSQL
SET autocommit=0;
|
|
SET unique_checks=0;
|
|
SET foreign_key_checks=0;
|
|
BEGIN;
|