4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
SET client_min_messages = warning;
|
|
CREATE EXTENSION pg_repack;
|
|
RESET client_min_messages;
|