Hopefully this is a simple question for anyone who works with databases. In SQL (postgres in particular) I want to retrieve all the columns from one table, along with some (but not all) columns from another table. Is there a way to do this without listing every single column from the table I need every column from? I'm new at this crap.