Re: Why PostgreSQL?

From: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
To: Jignesh Shah <jignesh(dot)shah1980(at)gmail(dot)com>
Cc: Serge Fonville <serge(dot)fonville(at)gmail(dot)com>, postgresql novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Why PostgreSQL?
Date: 2009-08-19 11:02:38
Message-ID: 264855a00908190402n6756d3b1v430160498e1b60f1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wed, Aug 19, 2009 at 6:52 AM, Jignesh Shah <jignesh(dot)shah1980(at)gmail(dot)com>wrote:

> Thanks Sean. I just want to know which one is better approach to write
> trigger in PostgreSQL. PL/pgSQL or PL/Perl or PL/Tcl or PL/Python? I know
> Perl but not aware of Tcl and Python. Any method could replace any other
> method?
>
>

If you know perl, then use perl. Flexibility is just one of the joys of
using Postgresql. The PL/Perl chapter of the manual has a section devoted
to triggers.

Sean

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Fred Janon 2009-08-19 11:02:52 Need advice on table structure for DATE & OVERLAPS
Previous Message Jignesh Shah 2009-08-19 10:52:01 Re: Why PostgreSQL?