The following SQL:
SELECT * FROM extensiondata WHERE name="Post To Tumblr";
Generates this error:
ERROR: column "Post To Tumblr" does not exist
I have a column called name. As far as I know where name="search" should find a row where the column name is equal to search. So what is amiss?