Re: How to restore from backup to 8.4.3 server using 9.0 dump/restore

Поиск
Список
Период
Сортировка
От Jayadevan M
Тема Re: How to restore from backup to 8.4.3 server using 9.0 dump/restore
Дата
Msg-id OF38C823E7.904B7F31-ON652577FB.0038CFCB-652577FB.0038FE2D@ibsplc.com
обсуждение исходный текст
Ответ на Re: How to restore from backup to 8.4.3 server using 9.0 dump/restore  (Raymond O'Donnell <rod@iol.ie>)
Ответы Re: How to restore from backup to 8.4.3 server using 9.0 dump/restore  (Robert Gravsjö <robert@blogg.se>)
Список pgsql-general
Hello,
> I don't know for sure, but I don't see why it should fail - it's only
> reading it, not writing data to it or making any changes.
Probably it will fail...
http://www.postgresql.org/docs/9.0/static/sql-createdatabase.html
Although it is possible to copy a database other than template1 by
specifying its name as the template, this is not (yet) intended as a
general-purpose "COPY DATABASE" facility. The principal limitation is that
no other sessions can be connected to the template database while it is
being copied. CREATE DATABASE will fail if any other connection exists
when it starts;
Regards,
Jayadevan





DISCLAIMER:

"The information in this e-mail and any attachment is intended only for
the person to whom it is addressed and may contain confidential and/or
privileged material. If you have received this e-mail in error, kindly
contact the sender and destroy all copies of the original communication.
IBS makes no warranty, express or implied, nor guarantees the accuracy,
adequacy or completeness of the information contained in this email or any
attachment and is not liable for any errors, defects, omissions, viruses
or for resultant loss or damage, if any, direct or indirect."






В списке pgsql-general по дате отправления:

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: How to restore from backup to 8.4.3 server using 9.0 dump/restore
Следующее
От: Filip Rembiałkowski
Дата:
Сообщение: Re: Postgres Installation