Re: Print database name

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jaime Silvela <JSilvela(at)Bear(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Print database name
Date: 2007-04-05 14:55:55
Message-ID: 27230.1175784955@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jaime Silvela <JSilvela(at)Bear(dot)com> writes:
> Below you can see the log on starting, after a kill -9 of a process
> brought Postgres down.
> After letting postgres run for a while, it seems to have fixed itself,
> and now the log does not suggest any corruption, and I can access it
> locally. However, TCP/IP connections are rejected. Any ideas?

1. Please do not hijack existing threads for an unrelated question.

2. You must have changed postgresql.conf or pg_hba.conf to reject
outside connections. This might have happened some time ago and only
shown up upon postmaster restart, if you'd neglected to SIGHUP the
postmaster after the change...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Ribe 2007-04-05 15:09:42 Re: OS X Kernel settings
Previous Message Omar Eljumaily 2007-04-05 14:55:05 Re: Problem with oids for table names getting out of sync?