Re: [HACKERS] pg_dump, problem with user defined types? - Mailing list pgsql-hackers

From Keith Parks
Subject Re: [HACKERS] pg_dump, problem with user defined types?
Date
Msg-id 199809232320.AAA13204@mtcc.demon.co.uk
Whole thread Raw
Responses Re: [HACKERS] pg_dump, problem with user defined types?  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce,

What I can't see from the postings, is what incident or problem
prompted the change.

Was there test or query that failed because it chose the wrong
procedure?

Do you have an example which failed with the old code and needed
the changes to make it work?

I see pg_proc has "pronargs" and "proargtypes" columns, is this
not enough to ensure that the correct procedure is called?

Or am I off at a tangent again!!

Keith.

> Bruce Momjian <maillist@candle.pha.pa.us>
> > Bruce,
> >
> > If you have the relevant discussions in a neat bundle I'd like
> > to have a read through them to see what the issues are.
> >
> > The other curiosity is the creation of an _<typname> type, which
> > I believe is an array type, at the time of type creation.
> >
> > I can't remember seeing this in previous versions.
> >
> > Thanks,
> > Keith.
>
> OK, here are the relivant postings.  Please make a suggestion for a fix.
>


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Yipes, I'm getting bit by duplicate tuples
Next
From: "Taral"
Date:
Subject: RE: [HACKERS] Re: Results of port of Sept 18 port of PostgreSQL