Forum OpenACS Q&A: Re: How to change the field length of product name in ec_products.

Richard,

PG doesn't support changing the size of columns (yet). However, you can safely change the size through the PG system tables. However, you could screwup the whole database if something goes wrong.

You'll find instructions at: http://fts.postgresql.org/db/mw/msg.html?mid=1071582

/Bart