"Brian Budnick" <[EMAIL PROTECTED]> writes:
> IpcMemoryCreate: shmget failed (Invalid argument) key=5432010, size=144,
> permission=700
> This type of error is usually caused by an improper
> shared memory or System V IPC semaphore configuration.
It looks like you don't have shared-memory support enabled at all in
your kernel parameters. I'm not a FreeBSD user, so I don't know exactly
where to change the kernel settings in BSD, but I suggest you take the
error message's advice:
> For more information, see the FAQ and platform-specific
> FAQ's in the source directory pgsql/doc or on our
> web site at http://www.postgresql.org.
regards, tom lane