Re: In plpgsql: difference between := and = - Mailing list pgsql-novice

From Tom Lane
Subject Re: In plpgsql: difference between := and =
Date
Msg-id 6319.1144889000@sss.pgh.pa.us
Whole thread Raw
In response to In plpgsql: difference between := and =  (David <dbree@duo-county.com>)
Responses Re: In plpgsql: difference between := and =  (David <dbree@duo-county.com>)
List pgsql-novice
David <dbree@duo-county.com> writes:
> Could someone explain the why's and the difference?

There is no difference between := and = in plpgsql: the scanner treats
them as the same token.  You didn't show us your problem in any detail,
but I'll bet you made some other change that fixed whatever was
bothering you.

            regards, tom lane

pgsql-novice by date:

Previous
From: David
Date:
Subject: In plpgsql: difference between := and =
Next
From: Jonathan Tse
Date:
Subject: Re: Configure command from a precompiled package