Project

General

Profile

« Previous | Next » 

Revision 9017

*{.sh,run}: added extra line before new sections to visually separate them. lib/sh/util.sh: added missing section headers.

View differences:

db.sh
22 22

  
23 23
log_sql () { test "$verbosity" -ge 2; }
24 24

  
25

  
25 26
### MySQL
26 27

  
27 28
# auto-adds connection/login opts when specified
......
63 64
	mysqldump "$@"|sed 's/^(-- Dump completed).*$/\1/'
64 65
}
65 66

  
67

  
66 68
### PostgreSQL
67 69

  
68 70
pg_copy_to ()

Also available in: Unified diff