Function variable assignment question

From: "Nico Callewaert" <callewaert(dot)nico(at)telenet(dot)be>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Function variable assignment question
Date: 2009-03-02 09:58:48
Message-ID: 71AD172FB3CB485AB382DDEE2D35C68A@etsinformatics.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi !

Is there a difference between these 2 statements (inside a function) :

v_out_return = 0;
v_out_return := 0;

Seems both is working fine, so I'm just puzzled if it makes any difference in use.

Thank you !
Nico

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message A. Kretschmer 2009-03-02 10:13:03 Re: Function variable assignment question
Previous Message A. Kretschmer 2009-03-02 06:14:25 Re: sorting and grouping with min/max