pgsql: doc: Fix SQL quoting in example

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix SQL quoting in example
Date: 2026-07-17 14:09:02
Message-ID: E1wkjFN-000dHF-0r@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix SQL quoting in example

The identifier "order" needs to be quoted, just like in the example a
little bit earlier.

Author: Thom Brown <thom(at)linux(dot)com>
Discussion: https://www.postgresql.org/message-id/CAA-aLv4xyAaxm8vq5LEhznh-SGphs4wUAGC6Vpas%2B1hHZzzD7A%40mail.gmail.com

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5ccbcbdbb7df508d4d57cf24ced189e15bc6601e

Modified Files
--------------
doc/src/sgml/ddl.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-07-17 14:09:20 Re: pgsql: SQL Property Graph Queries (SQL/PGQ)
Previous Message Daniel Gustafsson 2026-07-17 13:46:06 pgsql: Fix truncation rules for base64 encoding