[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
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