psql
-q
/--quiet
オプション (環境変数)がありQUIET
ます。 pg_restore
静かなオプションはありません。pg_restore
実行中のSQLコマンドを詳細に表示しないようにする方法はありますか?
# e.g., here's the verbose output that I don't want to see:
$ pg_restore --cluster 8.4/mycluster mycluster.dump
---- PostgreSQL database dump
--
SET statement_timeout = 0;SET client_encoding = 'UTF8';
SET standard_conforming_strings = off;SET check_function_bodies = false;
...
--
-- Name: data_src; Type: TABLE; Schema: public; Owner: postgres; Tablespace:--
CREATE TABLE data_src (
...