Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
Program Files
/
PostgreSQL
/
14
/
docs
/
Edit File Name :
pgxnclient.md
# PGXN Client > `pgxnclient` does not normally ship with PostgreSQL, so you will probably have to install it manually. The [PGXN Client](https://pgxn.github.io/pgxnclient/) is a command line tool designed to interact with the [PostgreSQL Extension Network](https://pgxn.org/) allowing searching, compiling, installing, and removing extensions in PostgreSQL databases. ## Ubuntu On Ubuntu you can install using `apt` ```bash apt-get install pgxnclient ``` ## MacOS On MacOs you can install using `brew` ```bash brew install pgxnclient ```
Save