From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Doc: update section 9.11 for new function table layout. |
Date: | 2020-04-22 18:43:33 |
Message-ID: | E1jRKLN-0008WV-H8@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Doc: update section 9.11 for new function table layout.
This also makes an attempt to flesh out the docs for some of the more
severely underdocumented geometric operators and functions.
This effort exposed that the point <^ point (point_below) and
point >^ point (point_above) operators are misnamed; they should be
<<| and |>>, because they act like the other operators named that
way and not like the other operators named <^ and >^. But I just
documented them that way; fixing it is matter for another patch.
The haphazard datatype coverage of many of the operators is also
now depressingly obvious.
Discussion: https://postgr.es/m/158110996889.1089.4224139874633222837@wrigleys.postgresql.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/791090bd775b6a2b488ae2078c8479fcd3324a2c
Modified Files
--------------
doc/src/sgml/func.sgml | 1592 +++++++++++++++++++++++++++++++++---------------
1 file changed, 1094 insertions(+), 498 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2020-04-22 19:27:49 | pgsql: Sync up some inconsistent comments in config/c-compiler.m4. |
Previous Message | David Rowley | 2020-04-22 10:15:00 | pgsql: Remove bogus Assert in foreign key cloning code |