Add C comment that '=' is not documented for plpgsql assignment.

This commit is contained in:
Bruce Momjian 2012-08-15 12:00:56 -04:00
parent fc5f20057f
commit 1d9a6ae855

View File

@ -746,7 +746,7 @@ decl_defkey : assign_operator
| K_DEFAULT | K_DEFAULT
; ;
assign_operator : '=' assign_operator : '=' /* not documented because it might be removed someday */
| COLON_EQUALS | COLON_EQUALS
; ;