Individual Extension
Installing an extension, such aspgvector, is as simple as running:
=version:
- Version: If not provided, pgxman defaults to installing the latest version of the specified extension.
- PostgreSQL Version: The Postgres version is specified by using the
--pgflag. Currently, PostgreSQL 13-16 are supported. If not provided, pgxman detects the version using thepg_configcommand.
pgxman harnesses system’s package manager for extension management,
admin privilleges might be required. To install extensions with sudo,
append the --sudo flag:

