Re: pgsql: SQL Property Graph Queries (SQL/PGQ)

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Thom Brown <thom(at)linux(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: SQL Property Graph Queries (SQL/PGQ)
Date: 2026-07-17 14:09:20
Message-ID: a126a1d0-8cf7-48b3-b195-f9d5de0d464e@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 10.07.26 17:54, Thom Brown wrote:
> Doc fix attached. An example on the page correctly quotes the word
> "order" due to it being a reserved keyword, but another example fails
> to do this, almost immediately after advising users to quote such
> keywords.

Fixed, thanks.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2026-07-17 15:27:37 pgsql: meson: Fix ccache issues when using precompiled headers with gcc
Previous Message Peter Eisentraut 2026-07-17 14:09:02 pgsql: doc: Fix SQL quoting in example