Re: Regarding niladic functions (another form)

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Regarding niladic functions (another form)
Дата
Msg-id Pine.LNX.4.44.0504050747150.24478-100000@kix.fsv.cvut.cz
обсуждение исходный текст
Ответ на Re: Regarding niladic functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hello,

  It's not really about subject - sorry. I tryed implement support of XML.
For it I need functions which know names of params.

example:
  create table foo(a integer);
  select xmlnode(a) from foo; -> <a>10</a> ....
  select xmlnode(a as b) from foo; -> <b>10</b> ...

I have particular solution, but maybe is better general support for it.
There is some ideas about functions with variable count of params?

Thank You
Pavel Stehule




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Regarding niladic functions
Следующее
От: Nageshwar Rao
Дата:
Сообщение: pg_restore