вт, 20 окт. 2020 г. в 11:38, Mats Julian Olsen <mats@xxxxxxxxxxxxxxxxx>:
I'm looking for some help to manage queries against two large tables.
Can you tell the version you're running currently and the output of this query, please?
select name,setting,source from pg_settings where source not in ('default','override');
select name,setting,source from pg_settings where source not in ('default','override');
Victor Yegorov