> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pgxman.com/llms.txt
> Use this file to discover all available pages before exploring further.

# pgxman search

Search for PostgreSQL extensions

### Synopsis

Search for installable PostgreSQL extensions. The query is a regular expression that is matched
against the extension name and description.

```
pgxman search [<query>] [flags]
```

### Examples

```
  # Search for pgvector
  pgxman search pgvector

  # Search by regular expression
  pgxman search ^pg_
		
```

### Options

```
  -h, --help   help for search
```

### Options inherited from parent commands

```
      --debug             enable debug logging
      --registry string   registry URL (default "https://registry.pgxman.com/v1")
```

### SEE ALSO

* [pgxman](/cli/pgxman)	 - PostgreSQL Extension Manager
