April 19th, 2010 by depesz | Tags: column, columns, hide, plpgsql, postgresql, stupid | 13 comments »
One of the most common questions is "how do I get select * from table, but without one of the column". Short answer is of course - name your columns, instead of using *. Or use a view. But I decided to ...
