Re: create view

From: Neil Conway <neilc(at)samurai(dot)com>
To: Ryan VanderBijl <rvbijl-pgsql(at)vanderbijlfamily(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: create view
Date: 2003-02-25 17:32:04
Message-ID: 1046194324.428.23.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2003-02-25 at 11:27, Ryan VanderBijl wrote:
> (Note: I like the "FATAL" error: 'The database system is starting up').

That's a valid error: psql tries to reconnect to the server when the
original connection to the backend is terminated, but the reconnect
attempt is received while the postmaster is still restarting. So the
reconnect attempt is refused, and the error is "fatal" to the reconnect
attempt.

Cheers,

Neil

--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

  • create view at 2003-02-25 16:27:59 from Ryan VanderBijl

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2003-02-25 17:34:47 Re: libpq++ in 7.3?
Previous Message Neil Conway 2003-02-25 17:31:38 Re: libpq++ in 7.3?