mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +03:00
Improve comment wording.
This commit is contained in:
parent
e5a11a8879
commit
07b80eb301
@ -24,7 +24,7 @@
|
|||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.124 2005/06/02 17:45:17 tgl Exp $
|
* $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.125 2005/06/15 16:28:06 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -178,17 +178,15 @@ quotefail {quote}{whitespace}*"-"
|
|||||||
xbstart [bB]{quote}
|
xbstart [bB]{quote}
|
||||||
xbinside [^']*
|
xbinside [^']*
|
||||||
|
|
||||||
/* Hexadecimal number
|
/* Hexadecimal number */
|
||||||
*/
|
|
||||||
xhstart [xX]{quote}
|
xhstart [xX]{quote}
|
||||||
xhinside [^']*
|
xhinside [^']*
|
||||||
|
|
||||||
/* National character
|
/* National character */
|
||||||
*/
|
|
||||||
xnstart [nN]{quote}
|
xnstart [nN]{quote}
|
||||||
|
|
||||||
/* Extended quote
|
/* Extended quote
|
||||||
* xqdouble implements embedded quote
|
* xqdouble implements embedded quote, ''''
|
||||||
*/
|
*/
|
||||||
xqstart {quote}
|
xqstart {quote}
|
||||||
xqdouble {quote}{quote}
|
xqdouble {quote}{quote}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user