When I try to create a new column with the varchar datatype I obtain a "varchar[]" type, and I cannot specify the max limit. What is the problem?
You are going VARCHAR[n] instead of the correct VARCHAR(n)
Chris
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend