Opclasses live in namespaces. I also took the opportunity to create

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

Commit: 27a54ae282d74ee471a5b34d136fe3d4f894a9de
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-04-17T20:57:57Z
Releases: 7.3.1
Opclasses live in namespaces.  I also took the opportunity to create
an 'opclass owner' column in pg_opclass.  Nothing is done with it at
present, but since there are plans to invent a CREATE OPERATOR CLASS
command soon, we'll probably want DROP OPERATOR CLASS too, which
suggests that a notion of ownership would be a good idea.

Files