How-to Connect to the Retool DB with pgAdmin 4

Thanks @ScottR!

@Avner1 You may want to edit image you shared since it has your entire connection string in the error.
Here are some docs on the postgres connection uri.

The general breakdown is as follows:
postgresql://[username]:[password]@[hostname/address]/[dbname]?[additional connection params]

So you can pull the individual pieces out of that string to fill into your PGAdmin connection fields.