From: | Christopher Sawtell <csawtell(at)xtra(dot)co(dot)nz> |
---|---|
To: | "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org> |
Subject: | Is this feature a bug? |
Date: | 2001-01-30 23:03:00 |
Message-ID: | 01013112030000.02983@berty |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Greets folks.
Put psql in html mode with \H
execute a query. e.g.:-
school=# \H
Output format is html.
school=# select timestamp('now');
<table border=1>
<tr>
<th align=center>timestamp</th>
</tr>
<tr valign=top>
<td align=left>2001-01-31 11:24:21+13</td>
</tr>
</table>
(1 row)<br>
Is the "( 1 row)" string really supposed to be there?
imho it should not be.
How can I turn it off?
--
Sincerely etc.,
NAME Christopher Sawtell
CELL PHONE 021 257 4451
ICQ UIN 45863470
EMAIL csawtell @ xtra . co . nz
CNOTES ftp://ftp.funet.fi/pub/languages/C/tutorials/sawtell_C.tar.gz
-->> Please refrain from using HTML or WORD attachments in e-mails to me <<--
From | Date | Subject | |
---|---|---|---|
Next Message | jkakar | 2001-01-30 23:54:53 | Automated scripting... |
Previous Message | Albert REINER | 2001-01-30 22:20:28 | Suggestion for psql: --file - |