mirror of
https://github.com/postgres/postgres.git
synced 2026-03-03 05:40:43 -05:00
6 lines
108 B
MySQL
6 lines
108 B
MySQL
|
|
SET client_min_messages = warning;
|
||
|
|
\set ECHO none
|
||
|
|
\i btree_gin.sql
|
||
|
|
\set ECHO all
|
||
|
|
RESET client_min_messages;
|