Re: ALTER TABLE ... RENAME: minor stuff

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: ALTER TABLE ... RENAME: minor stuff
Date: 2002-04-05 11:58:34
Message-ID: 200204051158.g35BwYt19985@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Neil Conway wrote:
> This patch adds a missing heap_freetuple() to renamerel(), documents
> the decision not to make renamerel() update the sequence name that
> is stored within sequences themselves (thanks to Tom Lane), and adds
> some rudimentary regression tests for ALTER TABLE ... RENAME on
> non-table relations.
>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilconway(at)rogers(dot)com>
> PGP Key ID: DB3C29FC

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-04-05 12:02:01 Re: please apply patch - build on Unixware with GCC
Previous Message Bruce Momjian 2002-04-05 11:55:42 Re: Insert ... (a, b, DEFAULT, c, d);