Re: [GENERAL] dblink - custom datatypes don't work

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] dblink - custom datatypes don't work
Дата
Msg-id 22013.1076518381@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] dblink - custom datatypes don't work  (Joe Conway <mail@joeconway.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] dblink - custom datatypes don't work
Следующее
От: Mike Benoit
Дата:
Сообщение: Re: Summary of Changes since last release (7.4.1)