Re: wrong dump order in pg_dump for new data types

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: harald(dot)bartel(at)prozentor(dot)de, pgsql-bugs(at)postgresql(dot)org
Subject: Re: wrong dump order in pg_dump for new data types
Date: 2001-04-20 19:43:45
Message-ID: 27694.987795825@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> The problem occurs for new data types:
> When pg_dump is called, sometimes the CREATE TYPE is dumped before
> input/output functions are dumped. This makes a restore impossible.

I believe this was fixed about two weeks ago. Are you sure you are
using 7.1 final release, not some beta version?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-04-20 19:51:03 Re: grant insert for single tables does not work
Previous Message pgsql-bugs 2001-04-20 19:26:06 the operator "=" does not work for some SQL queries