Re: Document "59.2. Built-in Operator Classes" have a clerical error?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: Michael Paquier <michael@paquier.xyz>,
Alvaro Herrera <alvherre@2ndquadrant.com>, osdba <mailtch@163.com>,
pgsql-docs@postgresql.org
Date: 2020-08-22T17:27:00Z
Lists: pgsql-docs
Bruce Momjian <bruce@momjian.us> writes: > Yeah, I kind of like the table myself too, because this topic is already > so complicated. Agreed. I'm not very happy with the suggestion of "(multiple)" though; I think that will just add confusion. If you don't want to go all the way and list the operators with their input types, maybe we should just do what the OP thought was correct and delete the duplicate operator names. It's already the case that the table isn't telling you exactly which input types the operators accept, so why not be a little bit fuzzier? regards, tom lane
Commits
-
doc: Rework tables for built-in operator classes of index AMs
- 7a1cd5260aa2 14.0 landed