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 <<--

Reply via email to