Re: to_typemod(type_name) information function

From: Arthur Zakirov <a(dot)zakirov(at)postgrespro(dot)ru>
To: Sophie Herold <sophie_h(at)hemio(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: to_typemod(type_name) information function
Date: 2018-01-09 12:48:55
Message-ID: 20180109124854.GA6980@zakirov.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

On Tue, Nov 21, 2017 at 06:23:43PM +0100, Sophie Herold wrote:
>
> I did not find any advice on how to choose a new OID for pg_proc.
>

Just two cents in addition to Stephen's and Tom's answers. You can choose a new Oid using unused_oids script. Just do the following:

$ cd src/include/catalog
$ ./unused_oids

--
Arthur Zakirov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vik Fearing 2018-01-09 13:17:42 Re: proposal: alternative psql commands quit and exit
Previous Message Haribabu Kommi 2018-01-09 12:42:28 Re: [HACKERS] Pluggable storage