Revision 13345
Added by Aaron Marcuse-Kubitza over 10 years ago
local.sh | ||
---|---|---|
82 | 82 |
)|psql__db_sh "$@" |
83 | 83 |
} |
84 | 84 |
|
85 |
public_schema_exists() { echo_func; schema=public log++ pg_schema_exists; }
|
|
85 |
public_schema_exists() { log++ echo_func; schema=public pg_schema_exists; }
|
|
86 | 86 |
|
87 | 87 |
pg_dump_local() { echo_func; use_local; pg_dump "$@"; } |
88 | 88 |
|
Also available in: Unified diff
bugfix: lib/sh/db.sh: public_schema_exists(): don't hide the function call tree so it's clear which function is running the psql commands