Project

General

Profile

« Previous | Next » 

Revision 9827

lib/sh/local.sh: psql(): don't put util in the search_path because psql scripts now add it themselves if they need it, using `SELECT util.search_path_append(util);`

View differences:

local.sh
61 61
\set schema $schema_esc
62 62
\set table $table_esc
63 63
\set table_str '''$table_esc'''
64
SET search_path TO $schema_esc, util;
64
SET search_path TO $schema_esc;
65 65
EOF
66 66
	cat${file:+ "$file"}
67 67
	)|psql__db_sh "$@"

Also available in: Unified diff