Search Postgresql Archives

Re: Regarding niladic functions (another form)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@xxxxxxxxxxxxxx

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux