Home
The Toolkit for Online Communities
15939 Community Members, 0 members online, 2398 visitors today
Log In Register

Forum OpenACS Q&A: Response to alter column type problem.

OpenACS Home : Forums : OpenACS Q&A : Response to alter column type problem. : One Message

+
Posted by Dan Wickstrom on
postgresql is not smart with regards to casting. You need to provide the full coercion path.

insert ...
select ... mark_1::float8::varchar ...