Commit 1d9a6ae8 authored by Bruce Momjian's avatar Bruce Momjian

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

parent fc5f2005
......@@ -746,7 +746,7 @@ decl_defkey : assign_operator
| K_DEFAULT
;
assign_operator : '='
assign_operator : '=' /* not documented because it might be removed someday */
| COLON_EQUALS
;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment