search_catalog
Search PostgreSQL database catalog for relations, routines, types, collations, and extensions by name or comment fragment. Filter by object kind, schema, and limit results.
Instructions
Search relations, routines, types, collations, and extensions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Case-insensitive name or comment fragment | |
| limit | No | Maximum matches | |
| offset | No | Result offset | |
| object_kind | No | Optional exact object-kind filter | |
| schema_name | No | Optional exact schema filter | |
| include_system | No | Include pg_catalog and other system schemas |