Neil Conway <[EMAIL PROTECTED]> writes: > printTable(opt->title, headers, cells, > ! footers ? (const char *const *) footers : (const char > *const *) (opt->footers), > align, &opt->topt, fout);
> printTable(opt->title, headers, cells, > ! (const char *const *) footers, > align, &opt->topt, fout); Er, doesn't that change the behavior? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html