Operator family docs

Started by Dave Pageover 19 years ago3 messageshackers
Jump to latest
#1Dave Page
dpage@pgadmin.org

http://developer.postgresql.org/pgdocs/postgres/catalog-pg-opfamily.html
states that

"Operator families are described at length in Section 33.14."

which does not seem to be the case. Did it get missed in a commit?

Regards, Dave.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Dave Page (#1)
Re: Operator family docs

Dave Page <dpage@postgresql.org> writes:

http://developer.postgresql.org/pgdocs/postgres/catalog-pg-opfamily.html
states that
"Operator families are described at length in Section 33.14."
which does not seem to be the case. Did it get missed in a commit?

No, I haven't got round to updating xindex.sgml yet. I'm planning to do
just one pass over it after all the opfamily and sorting dust settles...
In the related commits so far, I've just been touching reference
pages for the most part (catalogs.sgml is a reference page in my mind).

regards, tom lane

#3Dave Page
dpage@pgadmin.org
In reply to: Tom Lane (#2)
Re: Operator family docs

Tom Lane wrote:

Dave Page <dpage@postgresql.org> writes:

http://developer.postgresql.org/pgdocs/postgres/catalog-pg-opfamily.html
states that
"Operator families are described at length in Section 33.14."
which does not seem to be the case. Did it get missed in a commit?

No, I haven't got round to updating xindex.sgml yet. I'm planning to do
just one pass over it after all the opfamily and sorting dust settles...
In the related commits so far, I've just been touching reference
pages for the most part (catalogs.sgml is a reference page in my mind).

OK, thanks.

Regards, Dave.