Это старая версия документа.
A PCRE internal error occured. This might be caused by a faulty plugin
====== PostgreSQL Notes ====== - [[http://www.postgresql.org/download/|Download]] - [[http://www.postgresql.org/docs/9.4/static/index.html|Documentation 9.4]] ===== set password for the postgres user ===== sudo -u postgres psql postgres \password postgres enter password \q ===== authentication ===== /etc/postgresql/9.4/main/pg_hba.conf: local all all trust host all all 0.0.0.0/0 md5 ''/etc/postgresql/9.4/main/postgresql.conf'': listen_addresses = '*' sudo service postgresql restart ===== install adminpack ===== psql create extension "adminpack"; ===== change data folder =====