|
24 | 24 | * Portions Copyright (c) 1994, Regents of the University of California |
25 | 25 | * |
26 | 26 | * IDENTIFICATION |
27 | | - * $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.124 2005/06/02 17:45:17 tgl Exp $ |
| 27 | + * $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.125 2005/06/15 16:28:06 momjian Exp $ |
28 | 28 | * |
29 | 29 | *------------------------------------------------------------------------- |
30 | 30 | */ |
@@ -178,17 +178,15 @@ quotefail{quote}{whitespace}*"-" |
178 | 178 | xbstart[bB]{quote} |
179 | 179 | xbinside[^']* |
180 | 180 |
|
181 | | -/* Hexadecimal number |
182 | | - */ |
| 181 | +/* Hexadecimal number */ |
183 | 182 | xhstart[xX]{quote} |
184 | 183 | xhinside[^']* |
185 | 184 |
|
186 | | -/* National character |
187 | | - */ |
| 185 | +/* National character */ |
188 | 186 | xnstart[nN]{quote} |
189 | 187 |
|
190 | 188 | /* Extended quote |
191 | | - * xqdouble implements embedded quote |
| 189 | + * xqdouble implements embedded quote, '''' |
192 | 190 | */ |
193 | 191 | xqstart{quote} |
194 | 192 | xqdouble{quote}{quote} |
|