Re: printing raw parse tree

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: printing raw parse tree
Дата
Msg-id 25043.1217459510@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: printing raw parse tree  (Tatsuo Ishii <ishii@postgresql.org>)
Ответы Re: printing raw parse tree  (Rafsun Masud <rafsun.masud.99@gmail.com>)
Список pgsql-hackers
Tatsuo Ishii <ishii@postgresql.org> writes:
> Another issue is, some node types are not supported in outfuncs.c.
> WARNING:  could not dump unrecognized node type: 911

Yeah.  I think there's an unofficial policy for post-analysis parse
trees that we don't bother writing outfuncs for utility-statement
nodes (there are too many of 'em and they're not interesting enough)
but anything that can appear in or under DML commands should be
dumpable.  I'd favor the equivalent rule for raw parse trees --- if
we're missing anything DML-ish let's add it.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: printing raw parse tree
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Copy storage parameters on CREATE TABLE LIKE/INHERITS