Skip to content
Snippets Groups Projects
Commit 1d9a6ae8 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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

parent fc5f2005
No related branches found
No related tags found
No related merge requests found
...@@ -746,7 +746,7 @@ decl_defkey : assign_operator ...@@ -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
; ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment