diff options
author | Stephen Frost | 2013-05-27 15:12:54 +0000 |
---|---|---|
committer | Stephen Frost | 2013-05-27 15:12:54 +0000 |
commit | 05624220c413eba1d7da38586dfb9aa6a8e9623d (patch) | |
tree | 076dcfcd247589fccd71f33ede72d431b5d4932f /src/backend/tcop/postgres.c | |
parent | 230e92c82b9b911ea743dce7ab7a1abcd0250f30 (diff) |
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.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions