Re: SQL/XML publishing function experimental patch
От | Tom Lane |
---|---|
Тема | Re: SQL/XML publishing function experimental patch |
Дата | |
Msg-id | 21127.1126533922@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | SQL/XML publishing function experimental patch ("Pavel Stehule" <pavel.stehule@hotmail.com>) |
Ответы |
Re: SQL/XML publishing function experimental patch
Re: SQL/XML publishing function experimental patch Re: SQL/XML publishing function experimental patch |
Список | pgsql-patches |
"Pavel Stehule" <pavel.stehule@hotmail.com> writes: > This patch contains SQL/XML public function XMLFOREST, XMLELEMENT, ... based > on CString type. This patch hasn't high quality, but can be usefull for > testing funcionality, and maybe for some people. 1. Why did you base the datatype on cstring? That's inappropriate for anything except guaranteed-short strings, because it's not toastable. 2. Is it really necessary to hack up the grammar for this? Seems like you should create ordinary functions to manipulate the datatype(s). If every datatype thought it could do this sort of thing, we'd have a completely unmanageable grammar. regards, tom lane
В списке pgsql-patches по дате отправления: