Re: Upgrade Problem: 7.4.3 -> 8.1.2 - Mailing list pgsql-general

From Tom Lane
Subject Re: Upgrade Problem: 7.4.3 -> 8.1.2
Date
Msg-id 10528.1137712930@sss.pgh.pa.us
Whole thread Raw
In response to Re: Upgrade Problem: 7.4.3 -> 8.1.2  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: Upgrade Problem: 7.4.3 -> 8.1.2  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
Rich Shepard <rshepard@appl-ecosys.com> writes:
> psql -f /var/tmp/backup.sql
> I see:
> psql: FATAL:  database "postgres" does not exist

This looks like you are trying to use an 8.1 psql to talk to a 7.4
postmaster.  Database "postgres" should exist by default in an 8.1
installation but it would not in 7.4.  Better check which postmaster
is really running.

            regards, tom lane

pgsql-general by date:

Previous
From: Rich Shepard
Date:
Subject: Re: Upgrade Problem: 7.4.3 -> 8.1.2
Next
From: Michael Fuhr
Date:
Subject: Re: out parameters and SETOF