RE: [HACKERS] Postgres' lexer

From: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>
To: "'Leon'" <leon(at)udmnet(dot)ru>, hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: RE: [HACKERS] Postgres' lexer
Date: 1999-08-20 09:26:45
Message-ID: 1BF7C7482189D211B03F00805F8527F70ED116@S-NATH-EXCH2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Leon 1999-08-20 09:36:20 Re: [HACKERS] Postgres' lexer
Previous Message F.J. Cuberos 1999-08-20 09:26:16 Statement Triggers Patch