pgsql: doc: update query section to show LIMIT/OFFSET like SELECT

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: update query section to show LIMIT/OFFSET like SELECT
Date: 2023-11-17 21:47:07
Message-ID: E1r46g6-005wcv-UD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: update query section to show LIMIT/OFFSET like SELECT

The parameter names were slightly better in SELECT, so make them match.

Reported-by: Euler Taveira

Discussion: https://postgr.es/m/CAHE3wgh-EYuAbLG1VS3QTHii1TgWS31h-fYEgrdda7oTOuskOQ@mail.gmail.com

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8127e6e8ada675f5212e8ffac8cfb9ebaa0fe845

Modified Files
--------------
doc/src/sgml/queries.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-11-17 21:56:00 pgsql: docs: Fix standalone INSTALL, broken in 06c70849fb2
Previous Message Andres Freund 2023-11-17 21:23:54 Re: pgsql: docs: Document --with-selinux/-Dselinux options centrally