7.0 configuration

From: "Belcher, Jim" <JBelcher(at)elastic(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: 7.0 configuration
Date: 2001-02-01 12:41:38
Message-ID: C42B8F21509DD411A8F400B0D049FF462A3B5E@mailman.elastic.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I have just updated to 7.0 and have observed the following:

When the system boots, and Postgres is attempting to
start, I get the following error: 564, unary operator expected.

Yet after boot, I can see that postmaster is running and I
can connect to it with my application.

[root(at)Belcher jbelcher]# ps -aef | grep post
postgres 559 1 0 07:33 ? 00:00:00 [pg_ctl]
postgres 561 559 0 07:33 ? 00:00:00 /usr/bin/postmaster -i
postgres 899 561 0 07:34 ? 00:00:00 /usr/bin/postgres localhost
root
root 991 985 0 07:35 ttyp0 00:00:00 grep post

Previous to this reboot, I was not able to run psql, it failed with a
statement
that I had "Too many clients".(there were none). After the reboot, I was
able
to connect with psql even with the above error.

Anyone have any idea what going on?

Jim

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gianfranco Masia - Eprom s.r.l. 2001-02-01 12:44:35 how retrive user IP address
Previous Message Martin A. Marques 2001-02-01 11:26:49 Re: Re: grant privileges to a database [URGENT]