File: pgxnclient.md

package info (click to toggle)
h3-pg 4.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,196 kB
  • sloc: sql: 4,469; ansic: 3,497; python: 322; sh: 56; makefile: 18
file content (21 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
```