Postgresql – Combine same named columns from different tables *without* merging the columns
I've got a table to store collected data from several energy meters, then I created some views to show data from specific meters only. Now I want to combine those views for an overview of only interesting data. As far…