psql feature request

Started by Wim Bertelsover 14 years ago1 messagesgeneral
Jump to latest
#1Wim Bertels
wim.bertels@khleuven.be

Hallo,

psql feature request

i would be nice if
/o file_with_less.txt
for redirecting output to a file
could contain the same info as the logfile
psql -a -L file_with_more.txt
(and -eE if u need it)

option -a echo's all, but this info doesn't get written to
/o file_with_less.txt

why?
within one psql script u can have several consecutive output files,
maybe even with different layouts,
this is not possible with the logfile option

mvg,
Wim