"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > static TextOutputState *begin_text_output(CommandDest dest, char *title); > static void do_text_output(TextOutputState *tstate, char *aline); > static void do_text_output_multiline(TextOutputState *tstate, char *text); > static void end_text_output(TextOutputState *tstate);
> I should really move these off somewhere else and make them a bit more > global and generic. What's insufficiently generic about them for you? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])