Re: Problems with ALTER DOMAIN patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Problems with ALTER DOMAIN patch
Date: 2002-12-11 04:15:36
Message-ID: 200212110415.gBB4Faw24106@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rod Taylor wrote:
> > relation's pg_class row. We have no such locks on types at present,
> > but I think it may be time to invent 'em.
>
> I'd be happy to use them once created.
>
> Thanks again for the help.

Where does that leave the patch _until_ they are created?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-12-11 04:35:35 Re: Reusing Dead Tuples:
Previous Message Rod Taylor 2002-12-11 04:09:26 Re: Problems with ALTER DOMAIN patch