Is it more efficient to request all attributes from a table than to pick some of them out.

I mean. If I need all attributes except one. Is it then to prefer to use "SELECT *" instead of list all attributes except the one not needed?