Unsupported versions: 6.4
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the current version, or one of the other supported versions listed above instead.

Example

The following set of commands will create the “pg_opclass” class containing the int_ops collection as an object with an OID of 421, print out the class, and then close it.

create pg_opclass (opcname=name)
open pg_opclass
insert oid=421 (int_ops)
print
close pg_opclass