Greg Patnude wrote:
Running 7.3.4 on a FreeBSD 4.7 box.
Been using postgreSQL for about 2 years now... I have been the
pg-Administrator on a client's dedicated server where I ddidnt have control
over installation / compilation of postgreSQL...
I decided that I needed a development server of my own on my private LAN...
I came across a setting in postgresql.conf for virtualhost.... Couldnt find
anything in the 7.3 or 7.2 docs expaining what this setting does....
I am curious since my dev server is running Apache and i have to use
VirtualHosting under Apache (since I dont have valid URL's / DNS -- I use IP
addresses or domain aliases under Apache on my local server).
What does the virtualhost= do in postgresql.conf....
The virtual host specify the binding address, in other words the address
from wich the connection will be accepted.
Regards
Gaetano Mendola
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match