Execute Shell script after insert

From: "Anderson dos Santos Donda" <andersondonda(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Execute Shell script after insert
Date: 2008-10-27 18:09:31
Message-ID: ad072ae30810271109v502a8247jf8e33823cef52976@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a way to execute a simple shell script in server after execute
INSERT INTO ?

Example?

INSERT INTO clients (name) VALUES ('Donda');

after it, execute shell : mkdir $1

Thanks!!!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hannes Dorbath 2008-10-27 18:21:24 Re: Execute Shell script after insert
Previous Message Kev 2008-10-27 18:08:35 array_cat null reasoning