Re: [SQL] invoke an external shell script from a function

2000-09-29 Thread Joel Mc Graw
Peter Eisentraut wrote: > > Chau, Artemis writes: > > > Does anyone know how to invoke an external shell script from a function when > > it is called from a sql statement? > > If it's a C function, use system("file"). Is this the only way to do this? I would also like to have a trigger call a

Re: [SQL] invoke an external shell script from a function

2000-09-29 Thread Peter Eisentraut
Chau, Artemis writes: > Does anyone know how to invoke an external shell script from a function when > it is called from a sql statement? If it's a C function, use system("file"). -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/