When trying to change only varchar length (from 2 to 3 in this example) using alter table, an incorrect SQL command is formed causing the following error:
ERROR: syntax error at or near "(" LINE 2: ALTER "type" TYPE character varying(2)(3),
I verified that this works in 4.0.3.
Log in to post a comment.
I verified that this works in 4.0.3.