SQL extension

Поиск
Список
Период
Сортировка
От Cyrille Gautard
Тема SQL extension
Дата
Msg-id 1080566269.5031.36.camel@littlepee
обсуждение исходный текст
Ответы Re: SQL extension  (Richard Huxton <dev@archonet.com>)
Список 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



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

Предыдущее
От: "Bruno BAGUETTE"
Дата:
Сообщение: Interval & check clause
Следующее
От: Alex
Дата:
Сообщение: Re: PG vs MySQL