Execute Shell script after insert - Mailing list pgsql-general

From Anderson dos Santos Donda
Subject Execute Shell script after insert
Date
Msg-id ad072ae30810271109v502a8247jf8e33823cef52976@mail.gmail.com
Whole thread Raw
Responses Re: Execute Shell script after insert  (Hannes Dorbath <light@theendofthetunnel.de>)
Re: Execute Shell script after insert  (Andreas Jochem <andruit@gmx.de>)
Re: Execute Shell script after insert  (Sam Mason <sam@samason.me.uk>)
Re: Execute Shell script after insert  (David Fetter <david@fetter.org>)
List 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!!!

pgsql-general by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [HACKERS] Hot Standby utility and administrator functions
Next
From: Hannes Dorbath
Date:
Subject: Re: Execute Shell script after insert