Re: contrib Makefiles

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: contrib Makefiles
Дата
Msg-id 20200.1029389422@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: contrib Makefiles  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: contrib Makefiles
Список pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> I guess my question would be that currently fulltextindex generates SQL like
> this:

> create function fti() returns opaque as
>         '$libdir/fti'
>         language 'C';

> So it references the fti.so, but where does it say what function to actually
> run in fti.so?  Or is it assumed in C functions that the function to call in
> the shared object is the same as the name of the function???

That's the assumption unless you specify differently.  Time to reread
the CREATE FUNCTION man page ...
        regards, tom lane


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: contrib Makefiles
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Open 7.3 issues