PostgreSQL: Difference between revisions
Line 1: | Line 1: | ||
==Name== | ==Name== | ||
#postgresql / PostgreSQL | #postgresql / PostgreSQL | ||
##postgresql.org | |||
#pgsql - PL/pgSQL | #pgsql - PL/pgSQL | ||
#postgres | ##mod_pgsql | ||
#psql | #postgres | ||
##https://wiki.postgresql.org/wiki/Postgres | |||
#psql | |||
##https://www.postgresql.org/docs/10/static/app-psql.html | |||
==Creating cluster== | ==Creating cluster== |
Revision as of 2018-08-30T10:41:03
Name
- postgresql / PostgreSQL
- postgresql.org
- pgsql - PL/pgSQL
- mod_pgsql
- postgres
- psql
Creating cluster
https://www.postgresql.org/docs/10/static/creating-cluster.html
"/usr/local/pgsql/data or /var/lib/pgsql/data are popular"
- in Ubuntu 'apt-get install postgresql' creates /var/lib/postgresql/
initdb not found