accessing functions in the core - Mailing list pgsql-hackers

From Sushant Sinha
Subject accessing functions in the core
Date
Msg-id 1211855793.10218.5.camel@dragflick
Whole thread Raw
Responses Re: accessing functions in the core
List 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 by date:

Previous
From: David Fetter
Date:
Subject: Re: WITH RECURSIVE patches V0.1 TODO items
Next
From: Euler Taveira de Oliveira
Date:
Subject: Re: accessing functions in the core