Re: psql record separator

Поиск
Список
Период
Сортировка
От Andrej Ricnik-Bay
Тема Re: psql record separator
Дата
Msg-id b35603930801091755i38786677qf4b2e375811f4e7b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: psql record separator  (Charley Tiggs <lists@tiggs.net>)
Ответы Re: psql record separator  (Charley Tiggs <lists@tiggs.net>)
Список pgsql-novice
On 10/01/2008, Charley Tiggs <lists@tiggs.net> wrote:

> I added the "-A" switch and it output the string "\r\n" instead of an
> actual CRLF.
>
> psql -A -R "\r\n" -t dbname username -c "select * from foo" > data_file.txt
I can't tell you what the proper incantation is (I didn't manage to get
it to play nice within 10 minutes), but how about a hackish solution like:
psql -A -t dbname username -c "select * from foo"|todos > data_file.txt

> Charley
Cheers,
Andrej



--
Please don't top post, and don't use HTML e-Mail :}  Make your quotes concise.

http://www.american.edu/econ/notes/htmlmail.htm

В списке pgsql-novice по дате отправления:

Предыдущее
От: Charley Tiggs
Дата:
Сообщение: Re: psql record separator
Следующее
От: "G. J. Walsh"
Дата:
Сообщение: Error in make for postgresql8.3RC1