Project

General

Profile

« Previous | Next » 

Revision 11861

lib/sh/local.sh: public_schema_exists(): use a higher log_level for pg_schema_exists, to avoid all the verbose output involved in running the query

View differences:

lib/sh/local.sh
82 82
	)|psql__db_sh "$@"
83 83
}
84 84

  
85
public_schema_exists() { echo_func; schema=public pg_schema_exists; }
85
public_schema_exists() { echo_func; schema=public clog++ pg_schema_exists; }
86 86

  
87 87
pg_dump_local() { echo_func; use_local; pg_dump "$@"; }
88 88

  

Also available in: Unified diff