select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Unsupported versions: 6.5
Historical version. PostgreSQL 6.5 reached end of support in June 2004. See the current manual for supported releases.

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

Report a documentation issue

Read the upstream documentation. For corrections, first check the current manual.