> > > > My idea is as follows.
> > >
> > > > 1)add a visibile/invisible flag to pg_attribute
> >
> > might use a xid as flag, so rows before xid have the
> column, rows after
> > xid don't have it.
> >
>
> From where do we get the xid ?
Transaction id of alter table command ?
Andreas