Re: In plpgsql: difference between := and =

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David <dbree(at)duo-county(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: In plpgsql: difference between := and =
Date: 2006-04-13 00:43:20
Message-ID: 6319.1144889000@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

David <dbree(at)duo-county(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jonathan Tse 2006-04-13 01:46:47 Re: Configure command from a precompiled package
Previous Message David 2006-04-13 00:19:26 In plpgsql: difference between := and =