| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Alexander Lohse <al(at)humantouch(dot)de> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Hi |
| Date: | 2001-03-26 15:27:22 |
| Message-ID: | 28651.985620442@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Alexander Lohse <al(at)humantouch(dot)de> writes:
> What would I need to do to run 2 Versions of Postgres on the RaQ3?
Should be the same deal as for running 2 versions anyplace else:
give them separate install directories, separate data directories,
and separate port numbers. If you compile from source then you can
make these changes with configure's --prefix and --with-portnum
switches. Not sure you can do it easily with an RPM-based install.
On some systems you may run into kernel limits on SysV shared memory
and/or semaphores when trying to run 2 or more postmasters. See the
documentation about raising kernel limits if so.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mayers, Philip J | 2001-03-26 16:15:27 | RE: MACADDR types NULL value (undocumented?) |
| Previous Message | Stephan Szabo | 2001-03-26 15:20:59 | Re: Integrity violation when adding foreign key constraint |