I've got a postgreSQL database that I'm using as part of an ajax web application, and I'm trying to figure out how to enable remote access to my DBs.
I've already read the official Postgre tutorial on enabling remote access, but it only explains how to grant access to a specific/specific range of IPs.
However, for my purposes I need to open access to all IPs (obviously I won't be using 'trust' with it)
There's got to be a way to do this with postgre...can anyone help me?