Re: Return value in function/trigger

From: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Return value in function/trigger
Date: 2002-11-20 03:48:03
Message-ID: 3DDB05F3.5010200@mega-bucks.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Stephan Szabo wrote:
>
> You could return NULL but new is probably just as good.

Which is better/faster and why? I would think there is some overhead in
returning NEW whereas returning NULL would have less?

Jc

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeffrey Melloy 2002-11-20 05:03:32 Re: Getting a list of tables in a database with Perl
Previous Message Stephan Szabo 2002-11-20 03:29:30 Re: Return value in function/trigger