Re: Writing Result to Disk (psql)

Поиск
Список
Период
Сортировка
От Justin Clift
Тема Re: Writing Result to Disk (psql)
Дата
Msg-id 3B00FDD1.D20128AC@postgresql.org
обсуждение исходный текст
Ответ на RE: Writing Result to Disk (psql)  ("Tamsin" <tg_mail@bryncadfan.co.uk>)
Список pgsql-general
Hi all,

Out of interest, you can output directly to attached printers, serial
ports, etc using the same format :

\o /dev/lp0

\o /dev/ttyS0

\o /dev/hdd4   <-- Don't do this one!

etc

Makes it interesting, especially in combination with outputting binary
data, etc.  Have to be careful to set your alignment correctly though,
else certain things won't work.

:-)

Regards and best wishes,

Justin Clift

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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: PostgreSQL in Comparison to mySQL
Следующее
От: Alejandro Fernandez
Дата:
Сообщение: Re: naming convention/mixed case