Re: Update is very slow on a bigger table

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Yudie <yudie(at)axiontech(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Update is very slow on a bigger table
Date: 2004-04-17 15:13:47
Message-ID: 20040417151347.GA14656@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Fri, Apr 16, 2004 at 12:47:58 -0500,
Yudie <yudie(at)axiontech(dot)com> wrote:
> Hi guys,
> I would like to create a trigger that execute some programs,
> is there a way to create a plpgsql function that execute shell command or
> any other way to run a program?
> Thanks for your help.

Only untrusted languages can be used to run external programs. perlu might
be something you can use.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Marco Lazzeri 2004-04-18 14:36:49 Concatenate results of a single column query
Previous Message Richard Huxton 2004-04-17 09:37:10 Re: run application from trigger?