How client can connect production PostgreSQL database server remotely.
In client system there is no PostgreSQL installed.
How client can connect production PostgreSQL database server remotely.
In client system there is no PostgreSQL installed.
By just replace localhost
or 127.0.0.1
with production db IP address
If you want to connect it from IDE use Squirrel SQL or other Postgres DB clients to connect it.
good postgresql client for windows?
Your DB should be publicly accessible, or create a VPN setup between, and then you can use any of the above sql-client softwares