...
Installing PostgreSQL from a package manager requires using the following commands:
Panel | |||
---|---|---|---|
| |||
| |||
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.
...