Tom Lane wrote: > Achilleas Mantzios <[EMAIL PROTECTED]> writes: > > In one of our remote pgsql 7.4.2 installations (no tcp/ip, no mgetty dialin > > works always), i got the above message. > > Since you have not told us what the platform is, there is no way to > guess what signal 7 means. Please look in its /usr/include/signal.h > (or more likely, some sub-file that includes) to find out the symbolic > name of the signal, and report that.
kill -l is mandated by POSIX to return the list of signal names and numbers. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
