Re: [BUGS] psql -P doesn't honor backslash escapes

2000-10-06 Thread Peter Eisentraut
[EMAIL PROTECTED] writes: > The interactive command psql command: > \pset fieldsep '\t' > can be used to set the field separator to a tab character. > > The equivalent commandline option: > psql -P fieldsep='\t' > sets it to the literal '\t' The expansion of \t to tab is done by the parser that

[BUGS] psql -P doesn't honor backslash escapes

2000-10-06 Thread pgsql-bugs
Mark Hollomon ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description psql -P doesn't honor backslash escapes Long Description The interactive command psql command: \pset fieldsep '\t' can be used to set the field separator to a tab ch