git.postgresql.org Git - postgresql.git/commit
2013年5月27日 15:12:54 +0000 (11:12 -0400)
2013年5月27日 15:12:54 +0000 (11:12 -0400)
commit 05624220c413eba1d7da38586dfb9aa6a8e9623d
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.
This is the main PostgreSQL git repository.
RSS
Atom