* didn't really belong there.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-print.c,v 1.64 2005/10/15 02:49:48 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-print.c,v 1.65 2006/02/06 02:23:07 momjian Exp $
*
*-------------------------------------------------------------------------
*/
if (po->expanded && po->html3)
{
if (po->caption)
- fprintf(fout, "re>%s
>\n", po->caption);
+ fprintf(fout, "er>%s
>\n", po->caption);
else
fprintf(fout,
- "re>"
+ "er>"
"Query retrieved %d rows * %d fields"
- "re>\n",
+ "er>\n",
nTups, nFields);
}
for (i = 0; i < nTups; i++)