Add C comment that '=' is not documented for plpgsql assignment.
This commit is contained in:
parent
fc5f20057f
commit
1d9a6ae855
@ -746,7 +746,7 @@ decl_defkey : assign_operator
|
||||
| K_DEFAULT
|
||||
;
|
||||
|
||||
assign_operator : '='
|
||||
assign_operator : '=' /* not documented because it might be removed someday */
|
||||
| COLON_EQUALS
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user