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 [EMAIL PROTECTED] http://yi.org/peter-e/ ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
- Calling Java from psql (was Re: [SQL] requesting help) Mathijs Brands
- Re: Calling Java from psql (was Re: [SQL] requesti... Peter Eisentraut
- Re: Calling Java from psql (was Re: [SQL] requesti... Mathijs Brands
- Re: Calling Java from psql (was Re: [SQL] requesti... Peter Mount
- Re: Calling Java from psql (was Re: [SQL] requ... clayton cottingham
- Re: Calling Java from psql (was Re: [SQL] requesti... Peter Mount
- Re: Calling Java from psql (was Re: [SQL] requ... Mathijs Brands
- Re: Calling Java from psql (was Re: [SQL] requesti... Peter Eisentraut
- Re: Calling Java from psql (was Re: [SQL] requesti... Tom Lane
- Re: Calling Java from psql (was Re: [SQL] requ... Peter Eisentraut
- Re: Calling Java from psql (was Re: [SQL] requesti... A James Lewis
- Re: Calling Java from psql (was Re: [SQL] requ... Peter T Mount