Hubert depesz Lubaczewski writes:
> this is usually true, but if i'll try to use "tab" as field separator, i
> cannot enter it like this:
> psql -c "something" -A -t -F '\t'
> it just returns fields separated by literally '\t', and not by tab-space
> character.
This command is parsed by the shell, so psql cannot do anything about it.
Maybe -F $'\t' works in your shell.
--
Peter Eisentraut peter_e@gmx.net