Project

General

Profile

« Previous | Next » 

Revision 10765

lib/sh/local.sh: added pg_dump_local()

View differences:

lib/sh/local.sh
71 71

  
72 72
public_schema_exists() { psql_script_vegbien </dev/null 2>/dev/null; }
73 73

  
74
pg_dump_local() { echo_func; use_local; pg_dump "$@"; }
74 75

  
76

  
75 77
#### sync
76 78

  
77 79
: "${sync_local_dir=$root_dir}"

Also available in: Unified diff