Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR

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

Commit: a33cf1041f99ed5f19bb7d24584db79ada07d8a4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-01-23T05:07:18Z
Releases: 8.3.0
Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR
FAMILY; and add FAMILY option to CREATE OPERATOR CLASS to allow adding a
class to a pre-existing family.  Per previous discussion.  Man, what a
tedious lot of cutting and pasting ...

Files