Это старая версия документа.
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 ===== disable password for locals ===== ''/etc/postgresql/9.4/main/pg_hba.conf'' change from peer from ''peer'' to ''trust''