Re: multiple version installation in the same machine ????

From: Bill Moran <wmoran(at)potentialtech(dot)com>
To: "Josh Harrison" <joshques(at)gmail(dot)com>
Cc: "General postgres mailing list" <pgsql-general(at)postgresql(dot)org>
Subject: Re: multiple version installation in the same machine ????
Date: 2007-12-18 20:16:48
Message-ID: 20071218151648.ce62bb37.wmoran@potentialtech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In response to "Josh Harrison" <joshques(at)gmail(dot)com>:

> Hi
> I have a postgres version 7.4 and version 8.3 installed in my system.
> 7.4 uses port 5432 and 8.3 uses port 5433.
> I started 7.4 and the database is running fine. Now i started the database
> server in version 8.3
> and it started fine.
>
> pg_ctl -D /export/home/josh/postgres8.3/pgsql/data start -l log8.3.log
> server starting
> -sh-3.00$ pg_ctl status
> pg_ctl: server is running (PID: 4408)
> /usr4/postgres8.3/bin/postgres -D /export/home/josh/postgres8.3/pgsql/data
>
> But when I type psql -l I get this error
> -sh-3.00$ psql -l
> psql: FATAL: database "postgres" does not exist
>
> why? Is it not possible to have multiple version installations i the same
> machine(in different ports)?

PostgreSQL 7.4 doesn't install a "postgres" database by default. Try
explicitly connecting to template1.

--
Bill Moran
http://www.potentialtech.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2007-12-18 20:37:36 Re: logging arguments to prepared statements?
Previous Message Josh Harrison 2007-12-18 20:14:42 Re: multiple version installation in the same machine ????