]> granicus.if.org Git - postgresql/commit
Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Jun 2015 15:54:03 +0000 (11:54 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Jun 2015 15:54:03 +0000 (11:54 -0400)
commitb00982344a73d9cb626430dd17a6da84c15c9980
tree91cb4eec1e3ab6f3c252934b453eaa02531022a0
parentb5fe62038f49f92c4a4f189c7cdacf3739effcdc
Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.

We already tried to improve this once, but the "improved" text was rather
off-target if you had provided a USING clause.  Also, it seems helpful
to provide the exact text of a suggested USING clause, so users can just
copy-and-paste it when needed.  Per complaint from Keith Rarick and a
suggestion from Merlin Moncure.

Back-patch to 9.2 where the current wording was adopted.
src/backend/commands/tablecmds.c
src/test/regress/expected/alter_table.out
src/test/regress/sql/alter_table.sql