pg_dump doesn't dump binary compatible casts

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_dump doesn't dump binary compatible casts
Date: 2003-09-23 15:29:03
Message-ID: 3F7066BF.6010100@Yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The offending source code is in pg_dump.c line 3953, where at the lack
of an underlying conversion function and thus no clear namespace
relationship pg_dump simply ignores the cast.

IMHO a binary compatible cast should be dumped if one or both namespaces
of the underlying data types is included in the dump.

I classify this problem as a bug. Objections?

Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-09-23 15:52:05 Re: pg_dump doesn't dump binary compatible casts
Previous Message Tom Lane 2003-09-23 15:24:02 Re: Question on adding new indexes to Postgresql