Le Vendredi 12 Avril 2002 13:27, vous avez écrit :
> How can this be done? We are working on deadline and would appreciate your
> help.
PostgreSQL offers several server-side languages including plpgsql, plperl,
plpython, etc... IMHO, the easiert language to learn is plpgsql. Information
can be found on http://www.postgresql.org/idocs/index.php?plpgsql.html.
Use createlang as explained in
http://www.postgresql.org/idocs/index.php?app-createlang.html to enable
plpgsql.
pgAdmin2 is the perfect tool for writing plpgsql server-side scripts.
Have fun,
Jean-Michel