Re: Which DB?
Re: Which DB?
- Subject: Re: Which DB?
- From: Arturo Pérez <email@hidden>
- Date: Tue, 25 May 2004 12:01:19 -0400
On May 25, 2004, at 11:09 AM, David Teran wrote:
It supports a lot of features, ... external functions (written in
c, great to delete files in filesystem if a record in database is
deleted!) ...
Hi David,
this sounds cool. Could you give some more hints how to do that? Is
this a standard function?
No, its not standard but... you create an on-delete trigger which
calls a function and the function is an external perl or c script. I
am not a c expert but it took me 20 minutes to write a c function and
integrate it in postgres. Its very good documented.
pgSQL also lets you write your stored procedures in many different
languages as well. IIRC, it supports perl, c, tk, and something like
ten others.
----
WO in philadelphia - wanna cheesesteak with that?
Please visit webobjects.meetup.com.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.