pgsql: doc: change "cross product" to "Cartesian product"

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: change "cross product" to "Cartesian product"
Date: 2023-09-07 19:48:21
Message-ID: E1qeKzE-002r5z-Mm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: change "cross product" to "Cartesian product"

Reported-by: Erik Wienhold

Discussion: https://postgr.es/m/2053109544.160895.1684955437950@office.mailbox.org

Author: Erik Wienhold

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8438a3ffef283d12b387eeb73616809e4c409483

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-09-08 01:05:01 pgsql: Improve BackendXidGetPid() to only access allProcs on matching X
Previous Message Robert Haas 2023-09-07 18:41:45 pgsql: Reorder tests in get_cheapest_path_for_pathkeys().