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
--pg
flag. Currently, PostgreSQL 13-16 are supported. If not provided, pgxman detects the version using thepg_config
command.
pgxman
harnesses system’s package manager for extension management,
admin privilleges might be required. To install extensions with sudo
,
append the --sudo
flag: