SELECT TO_CHAR(76543210.98, '999G999G990D00');
This line code works well in pgadmin4, and psql. But It convert the numeric to text, obviously that's not i want. Is there any possible way to change the configure settings. So that pgadmin4 will automatically display the thousand separator.