In 7.3 yes, just subscript it.
c char(1)[],
Array support is new and probably not as thorough as you'd like. Note that no bounds are enforced at this time, even if bounded in the declaration. I found that for my needs, I had to split it out into a sub-table.
Anyone, feel free to correct me if I am wrong.
Hi everyone!
i want to know if pgSQL supports array data type. if so, please tell me how to add an array data type.
many tnx...