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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dmitry Lazurkin <dilaz03(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Change location of function/type installed from C-extension
Date: 2017-08-26 19:05:18
Message-ID: 4851.1503774318@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dmitry Lazurkin <dilaz03(at)gmail(dot)com> writes:
> Thanks. Can I update "pg_proc.probin" without any problems?

Should work. I'd experiment in a scratch database before doing
it in production, but I can't think of a problem offhand.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dmitry Lazurkin 2017-08-26 21:51:53 Re: Change location of function/type installed from C-extension
Previous Message Dmitry Lazurkin 2017-08-26 18:50:10 Re: Change location of function/type installed from C-extension