Hello,
I have a postgresql database and it might be update with a xml file. I
want to write an extension to SQL (the function update_from_xml) which
be call in a client program. The xml file will not be passed as a
postgresql argument to the function because it is an external file.
How can I do to get rid of this problem ? If it's not possible, do you
have another solution ?
Thanks
Cyrille Gautard