You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Josh Berkus, Quinn Weaver et al. from PostgreSQL Experts, Inc. https://github.com/pgexperts/pgx_scripts
21
21
22
22
## Requirements
23
23
24
24
**You need to have psql version 10 or newer**, but the Postgres server itself can be older – most tools work with it.
25
25
You can install the latest postgresql-client library on your machine and use it to work with older Postgres servers – in this case postgres_dba will work. It's recommended to use psql from PostgreSQL 18 (the latest release) for the best compatibility.
26
26
27
+
### Installing on Ubuntu
28
+
27
29
On clean Ubuntu, this is how you can get postgresql-client and have the most recent psql:
0 commit comments