Re: Grammar railroad diagram

From: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
To: Domingo Alvarez Duarte <mingodad(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Grammar railroad diagram
Date: 2021-07-10 06:40:03
Message-ID: CADkLM=fD65T_K6E4TVVN3W0tM=5MWrQ+Jx61UArShODd4pr8PQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
>
> Another way that I tested and it's working is to use
> https://www.bottlecaps.de/convert/ paste the postgresql grammar there
> and press "convert" and after press "view diagram".
>

I tried this out and I'm pleased to see that one of the outputs is xhtml +
SVG, because SVGs have hover-over tool-tips, which are an important aspect
of accessibility, which was my major concern the last time a similar thing
was proposed [1].

[1]
https://www.postgresql.org/message-id/CAH2-Wzmfc+P3pC_u1DsgM3LawURzKx5PqZmxtGLgSXBf8gFs8A@mail.gmail.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2021-07-10 08:21:00 Re: when the startup process doesn't (logging startup delays)
Previous Message Thomas Munro 2021-07-10 05:54:11 Re: pgbench logging broken by time logic changes