Re: postgres segfaulting on pg_restore

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: chris(at)chriscurvey(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres segfaulting on pg_restore
Date: 2011-04-07 13:36:17
Message-ID: 4D9DBDD1.90801@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/07/2011 08:49 PM, Chris Curvey wrote:

> Let me see if I can load it somewhere else. And since the only other
> machine I have to try it on is a Windows box, I will be able to answer
> my own question of "are pg_dump dumps OS-portable?"

The answer there is "mostly". Contrib modules can cause issues and
locale names differ across OSes. I usually CREATE DATABASE then restore
into the empty database, because pg_restore may try to create a database
using a locale that doesn't exist on the target machine.

--
Craig Ringer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Szymon Guz 2011-04-07 13:36:21 Re: Protecting stored procedures
Previous Message Chris Curvey 2011-04-07 12:49:56 Re: postgres segfaulting on pg_restore