Re: c function - undefined symbols

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: c function - undefined symbols
Дата
Msg-id 3767.1228930456@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: c function - undefined symbols  (Steffn <steffn@gmx.at>)
Список pgsql-general
Steffn <steffn@gmx.at> writes:
> Thanks for your reply. Yes, thats also my suspicion. But what library to
> include?

There is no library to include --- you need to be building *your* code
as a library that can be loaded into the Postgres backend, which will
supply the missing function.  This is somewhat platform-specific and
frankly I'd suggest using pgxs rather than puzzling it out for yourself.
See
http://www.postgresql.org/docs/8.3/static/xfunc-c.html#XFUNC-C-PGXS

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 8.2.6 -> 8.1.11: syntax error at or near "OWNED BY"
Следующее
От: Said Ramirez
Дата:
Сообщение: IN limit