Re: Problem migrating from 8.0.3 to 8.2.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Anton Pikhteryev" <apikhteryev(at)sandvine(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Problem migrating from 8.0.3 to 8.2.3
Date: 2007-03-16 16:28:51
Message-ID: 7901.1174062531@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Anton Pikhteryev" <apikhteryev(at)sandvine(dot)com> writes:
> COPY clap_file_info (fileid, filename, created, "owner") FROM stdin;
> ERROR: type "char" is not a domain
> CONTEXT: COPY clap_file_info, line 1, column owner: "mfgtest"

You have removed the parts of the dump that show the creation of
this table. Please try again.

> I am thinking that it has something to do with usesysid not being
> consistent for valid_user type from 8.0.3 to 8.2.3.

Highly unlikely. The error message must be coming from domain_in,
but why is that getting invoked? I want to see the declaration of
that table and any data types or constraints it's using.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Franco 2007-03-16 16:37:38 unsubscribe
Previous Message Anton Pikhteryev 2007-03-16 15:59:44 Problem migrating from 8.0.3 to 8.2.3