7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
##Installing Postgres
|
|
|
|
Postgres on Debian (as root)
|
|
|
|
# install as root
|
|
apt-get install --no-install-recommends postgresql postgresql-client
|