Re: BUG #12088: pg_upgrade 9.3 -> 9.4rc1 - implicit cast not ported

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: ing(dot)marco(dot)colombo(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #12088: pg_upgrade 9.3 -> 9.4rc1 - implicit cast not ported
Date: 2014-12-05 12:19:27
Message-ID: 20141205121927.GH31531@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Nov 28, 2014 at 08:28:16AM +0000, ing(dot)marco(dot)colombo(at)gmail(dot)com wrote:
> The following bug has been logged on the website:
>
> Bug reference: 12088
> Logged by: Marco Colombo
> Email address: ing(dot)marco(dot)colombo(at)gmail(dot)com
> PostgreSQL version: 9.4beta2
> Operating system: Centos 7 64bit
> Description:
>
> Hi, we have defined some implicit cast in the schema. After pg_upgrade
> process, these have been dropped and we had to create them again.
>
> Cast are defined as:
>
> create cast (varchar as numeric) with inout as implicit;
>
> create cast (unknown as numeric) with inout as implicit;
>
> create cast (unknown as text) with inout as implicit;
>
> create cast (unknown as integer) with inout as implicit;

Well, pg_ugprade uses pg_dump to restore objects so I suggest you look
at the pg_dump output of 9.3 to see why they were not output.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2014-12-05 16:06:06 Re: BUG #12141: PostgreSQL cannot be started
Previous Message Heikki Linnakangas 2014-12-05 11:56:43 Re: BUG #11949: pg_basebackup creates defective tar file