Re: logical column ordering - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: logical column ordering
Date
Msg-id 20150303222755.GM5726@momjian.us
Whole thread Raw
In response to Re: logical column ordering  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List pgsql-hackers
On Tue, Mar  3, 2015 at 11:41:20AM -0600, Jim Nasby wrote:
> >>Wouldn't it need attno info too, so all 3 orderings?
> >
> >Uh, what is the third ordering?  Physical, logical, and ?  It already
> >gets information about dropped columns, if that is the third one.
> 
> attnum; used in other catalogs to reference columns.
> 
> If you're shuffling everything though pg_dump anyway then maybe it's
> not needed...

Yes, all those attno system table links are done with pg_dump SQL
commands.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Patch: raise default for max_wal_segments to 1GB
Next
From: Stephen Frost
Date:
Subject: Re: Proposal: knowing detail of config files via SQL