Using what seems to be standard psql commands in terminal, I cannot connect to my Postgresql DB on Render to manage tables etc.
Commands like: psql -h <Host - **using my External Database URL**> -p <Port> -d <Name> -U <User> -W
I get: psql: error: could not translate host name "postgresql://....." to address: nodename nor servname provided, or not known
I am not the most well-versed in this way of working but this seems straightforward from what I see around. Can anyone suggest anything?