create table prefs ( user_login text, prefname text, prefvalue text, primary key ( user_login, prefname) );