I am trying to connect Google Data Studio to PostgreSQL using my local host, but it throws me an error. I have also tried using the inet_server_address as local host, provided by using the following command:
select inet_server_addr( ), inet_server_port( );
