accessing functions in the core

From: Sushant Sinha <sushant354(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: accessing functions in the core
Date: 2008-05-27 02:36:33
Message-ID: 1211855793.10218.5.camel@dragflick
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Euler Taveira de Oliveira 2008-05-27 03:28:40 Re: accessing functions in the core
Previous Message David Fetter 2008-05-27 02:23:24 Re: WITH RECURSIVE patches V0.1 TODO items