Revision 13347
Added by Aaron Marcuse-Kubitza over 10 years ago
local.sh | ||
---|---|---|
82 | 82 |
)|psql__db_sh "$@" |
83 | 83 |
} |
84 | 84 |
|
85 |
public_schema_exists() { log-- echo_func; schema=public pg_schema_exists; } |
|
86 |
|
|
87 | 85 |
pg_dump_local() { echo_func; use_local; pg_dump "$@"; } |
88 | 86 |
|
89 | 87 |
|
Also available in: Unified diff
lib/sh/local.sh: public_schema_exists(): moved to lib/sh/db.sh since this no longer depends on BIEN-specific configurations