From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-hackers(at)postgresql(dot)org, Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec> |
Subject: | Re: about truncate |
Date: | 2009-01-12 09:47:34 |
Message-ID: | 496B11B6.8000805@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I wrote:
> Here is the current line-up:
>
> command supports ONLY
>
> ALTER TABLE all other actions yes
> ALTER TABLE RENAME COLUMN yes
> ALTER TABLE RENAME no
> ALTER TABLE SET SCHEMA documented no, but accepted and ignored
This is actually a bit worse: All variants of ALTER TABLE accept ONLY,
but only about half of them are potentially recursive and about half of
them never recurse, and this is not documented in an obvious place (or
anywhere). I have added a Todo list item to sort this out.
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2009-01-12 09:50:33 | Re: about truncate |
Previous Message | Peter Eisentraut | 2009-01-12 09:43:10 | Re: about truncate |