| From: | Janning Vygen <vygen(at)gmx(dot)de> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Two servers on one machine |
| Date: | 2002-08-23 06:45:42 |
| Message-ID: | 200208230645.g7N6jhd19015@janning.planwerk6.local |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi,
i would like to run two or more servers on my test machine. Sometime
with different versions or different options. I just would like to
have different test environments for different projects.
I can set a different port at compile time and have to connect via
psql -p newport, right?
But isnt there a way to let postgresql listen to a differnet ip
address?
something like:
psql -h www.testprojekt.de
psql -h www.otherprojekt.de
both connecting to a different postmaster
just like the listen directive within apache httpd.conf
of course these domains have to be mapped to different IP adresses.
Is it possible? I guess not, but maybe i missed something in the docs.
regards,
janning
--
Planwerk 6 /websolutions
Herzogstraße 86
40215 Düsseldorf
fon 0211-6015919
fax 0211-6015917
http://www.planwerk6.de
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dennis Bjorklund | 2002-08-23 06:52:32 | trigger fired on changes in specific column |
| Previous Message | Justin Clift | 2002-08-23 06:34:47 | Re: [HACKERS] Excellent DBMS Resource Site |