RE: [HACKERS] Postgres' lexer - Mailing list pgsql-hackers

From Ansley, Michael
Subject RE: [HACKERS] Postgres' lexer
Date
Msg-id 1BF7C7482189D211B03F00805F8527F70ED116@S-NATH-EXCH2
Whole thread Raw
List pgsql-hackers
>> >> Is it an operator followed by mandatory '-' and (dot or digit) ?
>> I think this is used to recognize an operator followed by a minus or any
>> single character (the period is escaped, the character can be used to
denote
>> the base of the number) or a single digit.
Sorry, make that an operator followed by a minus AND then any single
character or a single digit.

MikeA


pgsql-hackers by date:

Previous
From: "F.J. Cuberos"
Date:
Subject: Statement Triggers Patch
Next
From: Mike Mascari
Date:
Subject: RE: [HACKERS] vacuum process size