Re: [GENERAL] dblink - custom datatypes don't work - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [GENERAL] dblink - custom datatypes don't work
Date
Msg-id 22013.1076518381@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] dblink - custom datatypes don't work  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> I'd add that when working with shared libraries, you need to make sure 
> they are loaded before you attach to the process (I think there is a way 
> to deal with it after the fact, but I'm not sure of the details).

On HPUX, I find that "sharedlibrary /path/to/library" works to teach gdb
about symbols in a freshly loaded library.  (Occasionally it seems to be
needed for libraries that were already present at attach time, too.)
Not sure if this applies to other OSes, but give it a try.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] dblink - custom datatypes don't work
Next
From: Mike Benoit
Date:
Subject: Re: Summary of Changes since last release (7.4.1)