Thread: pgsql: Add two missing cases to ATWrongRelkindError.

pgsql: Add two missing cases to ATWrongRelkindError.

From
Robert Haas
Date:
Add two missing cases to ATWrongRelkindError.

This way, we produce a better error message if someone tries to do
something like ALTER INDEX .. ALTER COLUMN .. SET STORAGE.

Amit Langote

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/872101bede26444324059ba0f27c3b1c8b8140f6

Modified Files
--------------
src/backend/commands/tablecmds.c |    6 ++++++
1 file changed, 6 insertions(+)