Re: pgsql/src/backend catalog/heap.c utils/adt/tid.c

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: "Hiroshi Inoue" <inoue(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend catalog/heap.c utils/adt/tid.c
Date: 2002-05-22 15:48:54
Message-ID: 20020522114854.64d653db.nconway@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, 22 May 2002 03:46:58 -0400 (EDT)
"Hiroshi Inoue" <inoue(at)postgresql(dot)org> wrote:
> Log message:
> Allow
> CREATE VIEW as SELECT CTID, ....
> SELECT currtid( a view, ..).

Hiroshi,

Can you elaborate on exactly what your modification allows?

Also, would it be appropriate to add regression tests for this?

Cheers,

Neil

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-05-22 15:57:40 pgsql/src/backend/utils/cache relcache.c
Previous Message Tom Lane 2002-05-22 15:35:44 pgsql/src/backend/catalog heap.c