I'm trying to install PostgreSQL onto Ubuntu 14.04, but I am having difficulties after following a guide -
i followed guide @ http://www.postgresql.org/docs/9.3/static/runtime.html. instructed me install postgres-xc, meant making clusters of databases. on other sites, instructed use postgres-9.3 package (or 9.x) instead of postgres-xc package. 1 inconsistency noticed arguments such --nodename
were missing original guide, led me believe there issue original guide
i have uninstalled postgres-xc using both apt-get remove --purge postgres-xc
, dpkg remove --purge postgres-xc
, advised others, following this solution, involves changing postgres-xc.prerm
exits on.
additionally, have uninstalled , reinstalled postgresql-package many times , run sudo apt-get install postgresql postgresql-contrib
, sudo apt-get install postgresql-9.3 postgresql-contrib-9.3
. have done after uninstalling other version. when try running postgres
command in bash, following error:
the program 'postgres' not installed. can install typing: sudo apt-get install postgres-xc
i've been trying work while, nothing has worked far. binary postgresql can use psql
, dynamic session (and want set server).
Comments
Post a Comment