Search Postgresql Archives

Re: Change location of function/type installed from C-extension

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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?


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux