| From: | Stephen Frost <sfrost(at)snowman(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Documentation fix for ALTER TYPE .. RENAME |
| Date: | 2013-05-27 15:21:13 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Documentation fix for ALTER TYPE .. RENAME
The documentation for ALTER TYPE .. RENAME claimed to support a
RESTRICT/CASCADE option at the 'type' level, which wasn't implemented
and doesn't make a whole lot of sense to begin with. What is supported,
and previously undocumented, is
ALTER TYPE .. RENAME ATTRIBUTE .. RESTRICT/CASCADE.
I've updated the documentation and back-patched this to 9.1 where it was
first introduced.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/05624220c413eba1d7da38586dfb9aa6a8e9623d
Modified Files
--------------
doc/src/sgml/ref/alter_type.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2013-05-29 02:54:33 | pgsql: pg_upgrade docs: mention need to set parameters for vacuumdb. |
| Previous Message | Heikki Linnakangas | 2013-05-24 12:12:19 | pgsql: Remove pageinspect--1.0.sql |