...
Installing PostgreSQL from a package manager requires using the following commands:
Panelcode | ||||||
---|---|---|---|---|---|---|
| ||||||
sudo apt-get install -y postgresql postgresql-contrib |
By default, PostgreSQL is configured to listen on localhost. We suggest that this default configuration is not modified.
...