Re: t_self as system column

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: t_self as system column
Date: 2010-07-06 18:49:37
Message-ID: 1278442093-sup-6629@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Excerpts from Robert Haas's message of mar jul 06 10:08:21 -0400 2010:

> Treating OID as a user-defined column seems reasonable, and probably
> not even that messy if we put some appropriate macros in place. I'm
> guessing the messy part would be finding all the places that expect to
> be consulting a real pg_attribute row and supplying them with a
> faked-up one in its place.

Agreed.

I'm intending to work on logical column identifiers for 9.1. Perhaps I
could try to have a look at this, too, while at it.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2010-07-06 19:19:02 pgsql: pgindent run for 9.0, second run
Previous Message Robert Haas 2010-07-06 18:38:48 Re: Re: [COMMITTERS] pgsql: Fix log_temp_files docs and comments to say bytes not kilobytes.