Re: Make text output more generic - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Make text output more generic
Date
Msg-id 992.1018536321@sss.pgh.pa.us
Whole thread Raw
In response to Make text output more generic  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: Make text output more generic  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> 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


pgsql-hackers by date:

Previous
From: Mario Weilguni
Date:
Subject: Deadlock situation using foreign keys (reproduceable)
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: Make text output more generic