Re: Regarding niladic functions (another form) - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Regarding niladic functions (another form)
Date
Msg-id Pine.LNX.4.44.0504050747150.24478-100000@kix.fsv.cvut.cz
Whole thread Raw
In response to Re: Regarding niladic functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Regarding niladic functions
Next
From: Nageshwar Rao
Date:
Subject: pg_restore