launch a php script from a trigger function
[email protected] Mon, 29 Mar 2010 16:13:07 -0400
| Newsgroups | gmane.comp.db.postgresql.php |
|---|---|
| Message-ID | <OF2EDE2E69.EB16A943-ON852576F5.006EE1A0-852576F5.006F10C3@isn.rtss.qc.ca> |
Hi, I have little experience with postgres. I successfully created a trigger function who does basic stuff such as UPDATE another table. Now, I need to launch a php script from that trigger, something like php test.php. Is it possible to do that? thanks Steve