accessing functions in the core

Поиск
Список
Период
Сортировка
От Sushant Sinha
Тема accessing functions in the core
Дата
Msg-id 1211855793.10218.5.camel@dragflick
обсуждение исходный текст
Ответы Re: accessing functions in the core  (Euler Taveira de Oliveira <euler@timbira.com>)
Список pgsql-hackers
I would like to create functions in the core and then access it.
However, I do not know how to do it. Looks like all functions in the
core are not accessible from outside. For example ts_headline_opt which
is there in the core seems to be not present in pg_catalog. 
This is the query I used to test:

testdb=# select * from pg_catalog.pg_proc where
proname='ts_headline_opt';

0 rows


Thanks,
-Sushant.



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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: WITH RECURSIVE patches V0.1 TODO items
Следующее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: accessing functions in the core