PostgreSQL is a powerful, open source object-relational database system.

learn more… | top users | synonyms

0
votes
3answers
258 views

Updating problem with post-gresql 9.1

I have the following error when updating my ubuntu: $sudo apt-get upgrade [...] Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations ...
0
votes
2answers
604 views

Postgres gem won't install on 12.10

I am trying to get Ruby on Rails working on my computer but the pg gem keeps failing. I have found a lot of other questions saying that you just need to use the libpq-dev package from apt and that ...
0
votes
1answer
71 views

Uninstall Postgresql 9.1.1

I have Postgresql 9.1.1 in my Ubuntu 12.04 which got installed due to automatic upgrades and whenever I uninstall it using the command: sudo apt-get --purge remove postgresql-9.1.1 I get an error ...
0
votes
1answer
36 views

PostgreSQL postmaster not starting

I'm trying to install a PostgreSQL instance after building it from source, but running the postmaster daemon prior to starting up the database cluster doesn't seem to work. Here's the error message I ...
0
votes
1answer
225 views

Ubuntu 12.04 Depends: postgresql-9.1-postgis

I am installing LocalWiki on a Virtual Machine hosted by 1&1.com It is Ubuntu 12.04. When I run sudo apt-get install localwiki as instructed by http://localwiki.org/install/, I get the following ...
0
votes
1answer
148 views

Installing PostgreSQL 9.x on Ubuntu 11.04

I tried following the direction from various websites: sudo add-apt-repository ppa:pitti/postgresql sudo apt-get update sudo apt-get install postgresql Unfortunately, it still wants to install 8.4. ...
0
votes
1answer
383 views

Postgresql - configuring as Upstart job problem

I need Postgresql configured to start with the Upstart system because i use Upstarts events to start another app which depends on pgsql to be running. This is the tutorial/script i've used: ...
0
votes
1answer
823 views

apt-get -f install gives error

When I run apt-get -f install, it gives the following error: # apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done Correcting ...
2
votes
0answers
81 views

Postgresql 8.2 service will not stop and uninstall

My system config is as follows: System (running on Amazon EC2) Ubuntu 10.04 Postgresql-8.2 installed and it is working. ubuntu@ip:~$ sudo /etc/init.d/postgresql-8.2 status: Running clusters: ...
1
vote
0answers
25 views

ldap postgresql backend segmentation fault

I am running the latest version of LDAP on XUbuntu 12.4 LTS and it works pretty fine as long as I use hdb or bdb as the backend. Nevertheless when I change the backend to sql and try to restart the ...
1
vote
0answers
259 views

Postgresql server doesn't listen

I just recently install PostgreSQL on our server via SSH. The installation went successful, until the time I tried to connect to it using pgAdmin on my Windows machine. I received this kind of error: ...
1
vote
0answers
221 views

Installing postgre 9.1 in ubuntu 12.04 server

After installing postgres on ubuntu 12.04 server, it seems to be successful but I get the response that: Starting PostgreSQL 9.1 database server [ OK ] Errors were ...
0
votes
0answers
188 views

13.04 Upgrade Options from Terminal

I will be upgrading a production server from 12.10 to 13.04 from the terminal. I encountered issues upgrading my notebook which resulted in uninstalling PostgreSQL 9.2 (full details here). This ...
0
votes
0answers
15 views

Is there a way to install specific Postgresql driver version

I need to install a specific version(version 9.1.5)of Postgresql Driver for PHP, I am currently using version 9.1.8 and I do not know if the driver version is causing the errors on my code. I am ...
0
votes
0answers
46 views

Installation of : Django-CMS+PostgreSQL+Ubuntu12.04 on a separate system user account

I am new to Django CMS and Ubuntu. I would like to install Django-CMS on a separate system user on Ubuntu, so that my python environment dedicated to Django-CMS would not conflict with other python ...
0
votes
0answers
45 views

Slow Reads While Writing in Ubuntu Server VM

We have a VMWare 5.0 environment with 7 Dell PowerEdge R710s with dual 6 core CPUs and 192GB each. For storage we have a NetApp FAS3210 SAN and currently using 1GB iSCSI. We have dual SAN ...
0
votes
0answers
107 views

Getting a mongodb error whlie installing python-psycopg2?

I tried to install python-psycopg2 But the installation fails and I get this error: E: mongodb-10gen: subprocess installed post-installation script returned error exit status 1 Preparing to replace ...
0
votes
0answers
464 views

Problems in installing postgresql-9.1 in 12.04

I have installed postgresql via apt-get install postgresql, but have an error, don't make the folder /etc/postgresql/9.1. The error on psql: psql: could not connect to server: No such file or ...
0
votes
0answers
165 views

Trying to install TaskJuggler but get errors

First time posting so not sure how it works here. I'm trying to install TaskJuggler but get the following errors: Stopping PostgreSQL 8.4 database server ...
0
votes
0answers
86 views

Ubuntu server 10.04 running postgres not responding

I am running several ubuntu server machines. Few days ago, I found one machine not responding any more and it can not be accessed. After rebooting the machine, I found the following entries in the ...