ALTER TABLE ... RENAME: minor stuff

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: ALTER TABLE ... RENAME: minor stuff
Date: 2002-04-01 19:30:18
Message-ID: 20020401143018.2b020b39.nconway@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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 Content-Type Size
rename.patch application/octet-stream 3.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2002-04-01 21:13:53 make BufferGetBlockNumber() a macro
Previous Message Bruce Momjian 2002-04-01 14:13:30 Re: bison fixes