pgsql: doc: Fix SQL quoting in example - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Fix SQL quoting in example
Date
Msg-id E1wkjFN-000dHF-0r@gemulon.postgresql.org
Whole thread
List 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@linux.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(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix truncation rules for base64 encoding
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: SQL Property Graph Queries (SQL/PGQ)