ALTER TYPE extensions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: ALTER TYPE extensions
Date: 2010-08-08 20:54:37
Message-ID: 1281300877.24942.4.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

For the next review cycle, here is a patch that adds some ALTER TYPE
subcommands for composite types:

ALTER TYPE ... ADD ATTRIBUTE
ALTER TYPE ... DROP ATTRIBUTE
ALTER TYPE ... ALTER ATTRIBUTE ... SET DATA TYPE
ALTER TYPE ... RENAME ATTRIBUTE

These work similarly to the analogous ALTER TABLE / $ACTION COLUMN
commands. The first two above are from the SQL standard.

Attachment Content-Type Size
alter-type.patch text/x-patch 33.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-08-08 21:40:48 Re: review: xml_is_well_formed
Previous Message Peter Eisentraut 2010-08-08 20:41:27 Re: pg_stat_user_functions' notion of user