Re: Html output

From: Andrew McMillan <andrew(at)catalyst(dot)net(dot)nz>
To: "Molenda, Mark P" <mark(dot)molenda(at)eds(dot)com>
Cc: Pgsql-Novice "(pgsql-novice(at)postgresql(dot)org)" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Html output
Date: 2003-02-06 18:01:39
Message-ID: 1044554499.2941.8.camel@kant.mcmillan.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Fri, 2003-02-07 at 05:30, Molenda, Mark P wrote:
> I know when you use psql you can set the output of a query to html with a
> "\H". Is there a way in Java's JDBC to instruct postgres to return it's
> results in this format? If not, can I set postgres up to use html as it's
> default response to queries? If I can get this to work all I need to do
> inside my program is send the result to the PrintWriter and display the
> result.

No. This form of output is provided by psql, not by PostgreSQL itself.

Regards,
Andrew.
--
---------------------------------------------------------------------
Andrew @ Catalyst .Net.NZ Ltd, PO Box 11-053, Manners St, Wellington
WEB: http://catalyst.net.nz/ PHYS: Level 2, 150-154 Willis St
DDI: +64(4)916-7201 MOB: +64(21)635-694 OFFICE: +64(4)499-2267
Survey for nothing with http://survey.net.nz/
---------------------------------------------------------------------

In response to

  • Html output at 2003-02-06 16:30:18 from Molenda, Mark P

Browse pgsql-novice by date

  From Date Subject
Next Message Andrew McMillan 2003-02-06 18:04:11 Re: using copy to insert data.
Previous Message Chad Thompson 2003-02-06 17:47:29 Re: using copy to insert data.