Re: [SQL] executing external command

2006-03-16 Thread A. Kretschmer
am 16.03.2006, um 13:39:57 -0500 mailte [EMAIL PROTECTED] folgendes: > > > Is there a way to execute an external i.e. system command from inside a > pl/pgsql function? You can call a untrusted function (plperlu, plsh, ...) and inside this function you can call system commands. HTH, Andreas --

[SQL] executing external command

2006-03-16 Thread alex-lists-pgsql
Is there a way to execute an external i.e. system command from inside a pl/pgsql function? Alex ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's data