Re: Upgrade Problem: 7.4.3 -> 8.1.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Upgrade Problem: 7.4.3 -> 8.1.2
Дата
Msg-id 10528.1137712930@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Upgrade Problem: 7.4.3 -> 8.1.2  (Rich Shepard <rshepard@appl-ecosys.com>)
Ответы Re: Upgrade Problem: 7.4.3 -> 8.1.2  (Rich Shepard <rshepard@appl-ecosys.com>)
Список 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 по дате отправления:

Предыдущее
От: Rich Shepard
Дата:
Сообщение: Re: Upgrade Problem: 7.4.3 -> 8.1.2
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: out parameters and SETOF