necessary to make manual additions to the system catalogs
pg_amop>, pg_amproc>, and
pg_opclass> in order to create a user-defined
- operator class. That approach is now deprecated in favor of
- using CREATE OPERATOR CLASS>, which is a much simpler
- and less error-prone way of creating the necessary catalog entries.
+ operator class. That approach is now deprecated in favor of using
+ ,
+ which is a much simpler and less error-prone way of creating the
+ necessary catalog entries.