Re: parsing geometric operators

From: Konstantin Izmailov <pgfizm(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: parsing geometric operators
Date: 2010-06-05 06:19:47
Message-ID: AANLkTimVtsj0rEkLwm8ShoPkvBaU4lR1aLdhm9hBqIrP@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Please ignore my question. I found "Op" tokens definition in scan.l!

On Fri, Jun 4, 2010 at 6:15 PM, Konstantin Izmailov <pgfizm(at)gmail(dot)com>wrote:

> I'm creating my own parser/regex combination for fast and lightweight
> Postgres queries processing (in a user app). So I wanted to double check
> some details in PG source, but could not find the geometric operators (
> http://www.postgresql.org/docs/8.4/static/functions-geometry.html)
> definition/rules neither in gram.y nor in scan.l.
>
> I could try to define the rules based on documentation... but would it be
> possible to find how they are defined in the PG source?
>
> Thank you,
> Konstantin
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2010-06-05 08:34:53 Re: ERROR: character 0x90 of encoding "WIN1252" has no equivalent in "UTF8"
Previous Message Craig Ringer 2010-06-05 06:11:02 Re: Logging in as console crashes the database