Re: The tragedy of SQL - Mailing list pgsql-general

From Raymond Brinzer
Subject Re: The tragedy of SQL
Date
Msg-id CANasJHnNab_UePmB_qwBxt0DkGXqBLs_OTHRPwpZ3sukoR==VQ@mail.gmail.com
Whole thread Raw
In response to Re: The tragedy of SQL  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-general
On Wed, Sep 15, 2021 at 2:46 AM Julien Rouhaud <rjuju123@gmail.com> wrote:
> I agree, and actually sent a patch some time ago to allow usage of
> third-party parser(s).  They can coexist with the core one, meaning
> that you can (if you write your parser this way) use both languages,
> even in a multi-query string.  See
> https://commitfest.postgresql.org/34/3100/ for more details.

Bravo!  I look forward to reading the code when I have time; seems
like it will be a nice cheat sheet for the relevant internals,
particularly as you say that you commented thoroughly.

--
Ray Brinzer



pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: SELECT FOR UPDATE returns zero rows with CTE
Next
From: Raymond Brinzer
Date:
Subject: Re: The tragedy of SQL