Re: Very minor feature suggestion

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Murphy, Kevin" <MURPHYKE(at)email(dot)chop(dot)edu>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Very minor feature suggestion
Date: 2012-10-21 22:02:15
Message-ID: 1350856935.17407.10.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 2012-10-18 at 16:31 +0000, Murphy, Kevin wrote:
> It might be nice for psql to have a 'htmlcaption' boolean pset option that would wrap the provided title/caption, if any, in a caption tag in the HTML report output, when using html format.

I'm not following. It does do that already:

=> \H
Output format is html.
=> \C 'Some Title'
Title is "Some Title".
=> select 1;
<table border="1">
<caption>Some Title</caption>
<tr>
<th align="center">?column?</th>
</tr>
<tr valign="top">
<td align="right">1</td>
</tr>
</table>
<p>(1 row)<br />
</p>

What do you wish to change?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2012-10-21 22:12:02 Re: Bugs in CREATE/DROP INDEX CONCURRENTLY
Previous Message Andrew Dunstan 2012-10-21 21:40:40 to_char timezone