pgsql: Add C comment that '=' is not documented for plpgsql assignment. - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Add C comment that '=' is not documented for plpgsql assignment.
Date
Msg-id E1T1g1s-0002R0-AG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add C comment that '=' is not documented for plpgsql assignment.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1d9a6ae8555da4a7de0046c61264748602ff6086

Modified Files
--------------
src/pl/plpgsql/src/gram.y |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Document that foreign "version" and "type" values are only usefu
Next
From: Bruce Momjian
Date:
Subject: pgsql: Document why you can't use date_trunc("week") on intervals.