Re: pg_dump doesn't dump conversions?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_dump doesn't dump conversions?
Date: 2003-10-16 04:06:13
Message-ID: 16137.1066277173@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
>> Which people would those be, exactly? I doubt that very many people
>> have created their own conversions. I agree that this should be fixed
>> in the long run, but I'm having a hard time grading it as a critical
>> issue ...

> Surely it should be really important for us to actually dump what people
> have in their database and also the integrity of their dumps?

Let me put it this way: it is vastly more important to fix pg_dump's
object-ordering problems than to fix its ignorance of conversions.
We are not fixing the former for 7.4, and we wouldn't try to backport
any fix that might appear for 7.5 into 7.4 either. Conversions won't
get a higher priority.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-10-16 04:12:48 Re: pg_dump doesn't dump conversions?
Previous Message Christopher Kings-Lynne 2003-10-16 04:03:50 Re: pg_dump doesn't dump conversions?