Hi,
I know this issue was controversed discussed. Some one see no really
benefits of using varchar against text var. But i'm asking me what if i
use it as array values. Is there any difference between varchar[126],
varchar[10000] and text[] else than the number of chars i can store in?
Performance, memory usage, ....?