I don't understand this WARNING on pg_ctl startup

From: Ralph Smith <smithrn(at)washington(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: I don't understand this WARNING on pg_ctl startup
Date: 2008-03-04 23:53:22
Message-ID: 89FEEC30-884E-46B4-9888-D8DA23A8CB88@washington.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

===============================

postgres(at)flexo:/usr/lib/postgresql/8.2/bin$ 2008-03-04 15:47:21 PST
LOG: 00000: could not load root certificate file "root.crt": no SSL
error reported
2008-03-04 15:47:21 PST DETAIL: Will not verify client certificates.
2008-03-04 15:47:21 PST LOCATION: initialize_SSL, be-secure.c:785

-----

ALSO, when I start PG via
./pg_ctl start -D /var/lib/postgresql/8.2/main
c/o `ps -ef` I get:
postgres 872 1 4 15:47 pts/2 00:00:00 /usr/lib/postgresql/
8.2/bin/postgres

whereas at other times I get:
postgres 31784 1 5 15:20 pts/2 00:00:00 /usr/lib/postgresql/
8.2/bin/postgres -D /var/lib/postgresql/8.2/main

Can anyone tell me what that is?

Thank you,
Ralph Smith
==================================

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alan Hodgson 2008-03-05 00:00:39 Re: GRANT ALL ON recursive for all tables in my scheme?
Previous Message Tom Lane 2008-03-04 23:28:41 Re: Planner: rows=1 after "similar to" where condition.