> pg_opclass seems the hard way --- just use pg_class.relam, which is > the OID of the index's AM.
Ah, that works like a charm. Thanks! Paul
> pg_opclass seems the hard way --- just use pg_class.relam, which is > the OID of the index's AM.
Ah, that works like a charm. Thanks! Paul