PostgreSQL: Difference between revisions
Line 2: | Line 2: | ||
#postgresql / PostgreSQL | #postgresql / PostgreSQL | ||
##postgresql.org | ##postgresql.org | ||
#pgsql | #pgsql - PL/pgSQL | ||
##mod_pgsql | ##mod_pgsql | ||
##pdo_pgsql | |||
#postgres | #postgres | ||
##https://wiki.postgresql.org/wiki/Postgres | ##https://wiki.postgresql.org/wiki/Postgres |
Revision as of 2018-08-30T10:42:27
Name
- postgresql / PostgreSQL
- postgresql.org
- pgsql - PL/pgSQL
- mod_pgsql
- pdo_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