mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
9151e1bb06
Teodor Sigaev and Oleg Bartunov
6 lines
108 B
PL/PgSQL
6 lines
108 B
PL/PgSQL
SET client_min_messages = warning;
|
|
\set ECHO none
|
|
\i btree_gin.sql
|
|
\set ECHO all
|
|
RESET client_min_messages;
|