Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ea4686e3e1f00910a19e18dd59f5c518345bb431
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-07-29T22:14:11Z
Releases: 7.3.1
Implement CREATE/DROP OPERATOR CLASS.  Work still remains: need more
documentation (xindex.sgml should be rewritten), need to teach pg_dump
about it, need to update contrib modules that currently build pg_opclass
entries by hand.  Original patch by Bill Studenmund, grammar adjustments
and general update for 7.3 by Tom Lane.

Files