Re: Writing Result to Disk (psql)

From: Justin Clift <justin(at)postgresql(dot)org>
To: Tamsin <tg_mail(at)bryncadfan(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Writing Result to Disk (psql)
Date: 2001-05-15 09:58:41
Message-ID: 3B00FDD1.D20128AC@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vince Vielhaber 2001-05-15 09:58:43 Re: PostgreSQL in Comparison to mySQL
Previous Message Alejandro Fernandez 2001-05-15 09:56:23 Re: naming convention/mixed case