Re: Make text output more generic

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Make text output more generic
Дата
Msg-id 992.1018536321@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Make text output more generic  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: Make text output more generic  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Mario Weilguni
Дата:
Сообщение: Deadlock situation using foreign keys (reproduceable)
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Make text output more generic