Re: to_typemod(type_name) information function - Mailing list pgsql-hackers

From Arthur Zakirov
Subject Re: to_typemod(type_name) information function
Date
Msg-id 20180109124854.GA6980@zakirov.localdomain
Whole thread Raw
In response to Re: to_typemod(type_name) information function  (Sophie Herold <sophie_h@hemio.de>)
List 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
thefollowing:
 

$ cd src/include/catalog
$ ./unused_oids

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


pgsql-hackers by date:

Previous
From: Haribabu Kommi
Date:
Subject: Re: [HACKERS] Pluggable storage
Next
From: Vik Fearing
Date:
Subject: Re: proposal: alternative psql commands quit and exit