Function variable assignment question - Mailing list pgsql-novice

From Nico Callewaert
Subject Function variable assignment question
Date
Msg-id 71AD172FB3CB485AB382DDEE2D35C68A@etsinformatics.local
Whole thread Raw
Responses Re: Function variable assignment question  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List 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

pgsql-novice by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: sorting and grouping with min/max
Next
From: "A. Kretschmer"
Date:
Subject: Re: Function variable assignment question