logo       

Re: psql -F problems: msg#00107

db.postgresql.bugs

Subject: Re: psql -F problems

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@xxxxxxx


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise