Re: [HACKERS] pg_dump, problem with user defined types?
От | Thomas G. Lockhart |
---|---|
Тема | Re: [HACKERS] pg_dump, problem with user defined types? |
Дата | |
Msg-id | 360B005B.D6A7E505@alumni.caltech.edu обсуждение исходный текст |
Ответы |
Re: [HACKERS] pg_dump, problem with user defined types?
|
Список | pgsql-hackers |
> Looks like I am going to need some help here. > The old code dumped out regproc fields as the pg_proc.proname. > There is a problem with this. First, you can have multiple proname > entries with the same proname. The differ in their argument > number/types. The old code, when reading in a regproc name, would do > a sequential scan of the pg_proc table, and find the first entry that > matches the given proname. > If that is not the one you wanted, too bad. No way to change it. Hi Bruce. I'm sorry again for being so slow, but I'm still not understanding the initial conditions which prompted these changes. Are you fixing something proactively, or was there a specific example of misbehavior? The example I see in your mail with Tatsuo which now causes trouble is for type input and output routine names, which _are_ likely to be unique. Would it be possible for you to bracket the code in the cvs tree so that we can enable/disable the old behavior? That way we can see what has changed and how it used to behave. I suppose that would involve bracketing code in regprocin/out and in pg_dump?? TIA - Tom
В списке pgsql-hackers по дате отправления: