Re: logical column ordering - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: logical column ordering
Date
Msg-id 5501ECD5.4040705@gmx.net
Whole thread Raw
In response to Re: logical column ordering  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 3/11/15 10:16 PM, Tom Lane wrote:

> I think using an OID would break more stuff than it fixes in dependency
> tracking; in particular you would now need an explicit dependency link
> from each column to its table, because the "sub-object" knowledge would
> no longer work.

That might not be a bad thing, but ...

> In any case this patch is going to be plenty big enough
> already without saddling it with a major rewrite of the dependency system.

... is true.




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: logical column ordering
Next
From: Peter Eisentraut
Date:
Subject: Re: Turning off HOT/Cleanup sometimes