Sherman Brown <[email protected]> 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
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
