File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.10 1997/02/19 20:10:38 momjian Exp $
11
+ * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.11 1997/02/28 13:25:16 momjian Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
@@ -67,9 +67,10 @@ identifier {letter}{letter_or_digit}*
67
67
68
68
self [,() \[\] .;$ \:\+\-\*\/\<\>\=\| ]
69
69
op_and_self [\~\!\@\#\%\^\&\|\`\?\$\:\+\-\*\/\<\>\= ]
70
+ op_and_self2 [\~\!\@\#\%\^\&\|\`\?\$\:\*\/\<\>\= ]
70
71
op_only [\~\!\@\#\%\^\&\`\? ]
71
72
72
- operator ({op_and_self }{op_and_self }+ )| {op_only }+
73
+ operator ({op_and_self }{op_and_self2 }+ )| {op_only }+
73
74
/* we used to allow double-quoted strings, but SQL doesn't */
74
75
/* so we won't either*/
75
76
quote '
You can’t perform that action at this time.
0 commit comments