PostgreSQL - Roles and Security
Given the table
products(id, name, price) and user carol has SELECT permission only on name column, what will be the result of SELECT * FROM products; executed by carol?