Re: Calling Java from psql (was Re: requesting help)

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Calling Java from psql (was Re: requesting help)
Дата
Msg-id Pine.LNX.4.30.0103291857230.2091-100000@peter.localdomain
обсуждение исходный текст
Ответ на Calling Java from psql (was Re: requesting help)  (Mathijs Brands <mathijs@ilse.nl>)
Ответы Re: Calling Java from psql (was Re: requesting help)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
A James Lewis writes:

> Before I go investigating this, is it possible to trigger an arbitrary
> program from the SQL, say a shell script?

At the lowest level, you can generally do anything a C program can do.
Writing the equivalent of system() in SQL should be rather trivial.

You can also take a look at my little toy project PL/sh:

http://www.postgresql.org/~petere/plsh.html

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



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

Предыдущее
От: Phuong Ma
Дата:
Сообщение: inconsistent functionality with LIKE operator
Следующее
От: Tom Lane
Дата:
Сообщение: Re: inconsistent functionality with LIKE operator