Re: [GENERAL] Change location of function/type installed fromC-extension - Mailing list pgsql-general

From Dmitry Lazurkin
Subject Re: [GENERAL] Change location of function/type installed fromC-extension
Date
Msg-id 62b1225f-e863-db03-b957-6f51b817ff89@gmail.com
Whole thread Raw
In response to Re: [GENERAL] Change location of function/type installed from C-extension  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [GENERAL] Change location of function/type installed from C-extension  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On 26.08.2017 18:24, Tom Lane wrote:
> You need to use pg_relation_filenode():
>
> regression=# select relname, pg_relation_filenode(oid) from pg_class where relname like 'pg_proc%';
>             relname             | pg_relation_filenode
> --------------------------------+----------------------
>  pg_proc_oid_index              |                12662
>  pg_proc                        |                12657
>  pg_proc_proname_args_nsp_index |                12663
> (3 rows)
>
>             regards, tom lane

Thanks. Can I update "pg_proc.probin" without any problems?


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] Change location of function/type installed from C-extension
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] Change location of function/type installed from C-extension