Sherman Brown <ardcsb(at)earthlink(dot)net> writes:
> This is the table structure:
> CREATE TABLE mp3.songs
> (
> "Name" character varying[] NOT NULL,
> "Artist" character varying[] NOT NULL,
> "Composer" character varying[],
I'll bet a large amount of money that what you want is just plain
"character varying", not arrays of character varying.
regards, tom lane