Re: type money causes unrestorable dump - Mailing list pgsql-hackers

From D'Arcy J.M. Cain
Subject Re: type money causes unrestorable dump
Date
Msg-id 20071104194444.67352ca1.darcy@druid.net
Whole thread Raw
In response to Re: type money causes unrestorable dump  (Bruce Momjian <bruce@momjian.us>)
Responses Re: type money causes unrestorable dump  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sun, 4 Nov 2007 17:24:10 -0500 (EST)
Bruce Momjian <bruce@momjian.us> wrote:
> D'Arcy J.M. Cain wrote:
> > +   <para>
> > +    Since the output of this data type is locale-sensitive, it may not
> > +    work to load <type>money</> data into a database that has a different
> > +    setting of <varname>lc_monetary</>.  To avoid problems, before
> > +    restoring a dump make sure <varname>lc_monetary</> has the same or
> > +    equivalent value as in the database that was dumped.
> > +   </para>
> > +
> 
> How about:
> 
> > +    restoring a dump make sure <varname>lc_monetary</> has a value similar
> > +    to the dumped database.

Hmm.  I think I like Tom's version better.  However, since my primary
goal here is to remove the deprecation I will let you guys duke it out
over the additional clause.  :-)

-- 
D'Arcy J.M. Cain <darcy@druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: "bad key in cancel request"
Next
From: Tom Lane
Date:
Subject: Re: should I worry?