Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Multiple UNIX-domain sockets?



Oliver Fromme <olli(at)lurza(dot)secnetix(dot)de> writes:
> I need to run a postgresql server with multiple UNIX-domain
> sockets, i.e. not just the one in /tmp.  Is that possible
> at all?

No ... why would you need it?

(The postmaster could probably be made to do this if it was important,
but I don't see the use-case.)

> (I had the idea to create hardlinks to the socket in /tmp,
> but unfortunately /tmp is a separate file system on a
> memory disk, so it's not possible to create hardlinks to
> somewhere else.)

Wouldn't a symlink work?

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group