SQL extension

From: Cyrille Gautard <cyrille(dot)gautard(at)wanadoo(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: SQL extension
Date: 2004-03-29 13:17:49
Message-ID: 1080566269.5031.36.camel@littlepee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex 2004-03-29 13:44:18 Re: PG vs MySQL
Previous Message Bruno BAGUETTE 2004-03-29 12:30:14 Interval & check clause