Project

General

Profile

« Previous | Next » 

Revision 9045

*{.sh,run}: use new echo_stdout instead of echo_stdin where applicable, for clarity

View differences:

db.sh
85 85
{
86 86
	echo_func
87 87
	local pg_copy_format="CSV HEADER" limit=0
88
	pg_copy_to "$@"|echo_stdin
88
	pg_copy_to "$@"|echo_stdout
89 89
}
90 90

  
91 91
pg_export_table_no_header ()

Also available in: Unified diff