Index: src/interfaces/libpq/fe-print.c =================================================================== RCS file: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v retrieving revision 1.65 diff -c -c -r1.65 fe-print.c *** src/interfaces/libpq/fe-print.c 6 Feb 2006 02:23:07 -0000 1.65 --- src/interfaces/libpq/fe-print.c 7 Feb 2006 00:23:54 -0000 *************** *** 256,262 **** { if (po->html3) fprintf(fout, ! "\n", po->tableOpt ? po->tableOpt : "", i); else fprintf(fout, libpq_gettext("-- RECORD %d --\n"), i); --- 256,262 ---- { if (po->html3) fprintf(fout, ! "
%d
\n", po->tableOpt ? po->tableOpt : "", i); else fprintf(fout, libpq_gettext("-- RECORD %d --\n"), i); *************** *** 276,287 **** { if (po->caption) fprintf(fout, ! "
%d
\n", po->tableOpt ? po->tableOpt : "", po->caption); else fprintf(fout, ! "
%s
\n", po->tableOpt ? po->tableOpt : "", nTups, nFields); --- 276,287 ---- { if (po->caption) fprintf(fout, ! "
" "Retrieved %d rows * %d fields" "
\n", po->tableOpt ? po->tableOpt : "", po->caption); else fprintf(fout, ! "
%s
\n", po->tableOpt ? po->tableOpt : "", nTups, nFields); *************** *** 406,413 **** { if (po->html3) fprintf(fout, ! "" ! "\n", fieldNames[j], fieldNotNum[j] ? "left" : "right", pval); --- 406,413 ---- { if (po->html3) fprintf(fout, ! "" ! "\n", fieldNames[j], fieldNotNum[j] ? "left" : "right", pval); *************** *** 502,508 **** if (po->html3) { ! fprintf(fout, "", fieldNotNum[j] ? "left" : "right", fieldNames[j]); } else --- 502,508 ---- if (po->html3) { ! fprintf(fout, "", fieldNotNum[j] ? "left" : "right", fieldNames[j]); } else *************** *** 546,552 **** char *p = fields[row_index * nFields + field_index]; if (po->html3) ! fprintf(fout, "", fieldNotNum[field_index] ? "left" : "right", p ? p : ""); else { --- 546,552 ---- char *p = fields[row_index * nFields + field_index]; if (po->html3) ! fprintf(fout, "", fieldNotNum[field_index] ? "left" : "right", p ? p : ""); else {
" "Retrieved %d rows * %d fields" "
%s%s
%s%s
%s%s%s%s