Re: About adding a column to system catalog pg_attribute - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Re: About adding a column to system catalog pg_attribute
Date
Msg-id CAFjFpRczarKr1o4rGQTDmZ0zMNj8Ajy80g1Hh1+xJ0y1gfGzQg@mail.gmail.com
Whole thread
In response to About adding a column to system catalog pg_attribute  (Tanmay Deshpande <tp.deshpande07@gmail.com>)
List pgsql-hackers
Why do you want to add OID to pg_attribute? The relid and attnum would be able to uniquely identify each row of pg_attribute and hence each column of any relation in the database.


On Mon, Mar 24, 2014 at 1:10 PM, Tanmay Deshpande <tp.deshpande07@gmail.com> wrote:
I want to add a column to system catalog pg_attribute for getting an oid for a column also. How do we add a column into pg_attribute ?



--
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company

pgsql-hackers by date:

Previous
From: Tanmay Deshpande
Date:
Subject: About adding a column to system catalog pg_attribute
Next
From: Magnus Hagander
Date:
Subject: Dynamic background workers & docs question