OpenBSD startup - no logfile? - Mailing list pgsql-general

From Frank Bax
Subject OpenBSD startup - no logfile?
Date
Msg-id 3.0.6.32.20001019093712.01871890@execulink.com
Whole thread Raw
In response to Re: OpenBSD startup - logfile?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Here's my pgsql startup command (OpenBSD 2.6):

/usr/local/bin/pgwrap -o /var/pgsql/log postmaster -i -o -F >>
/var/pgsql/postmaster.log 2>&1 &

When I run my PHP routine, I get this:

Warning: PostgresSQL query failed: pqReadData() -- backend closed the
channel unexpectedly. This probably means the backend terminated
abnormally before or while processing the request. in db_pgsql.inc on
line 52
Database error: Invalid SQL: INSERT INTO gedcom_grp
(grpkey1,grpseq,grpkey2) VALUES('I0000016','1','F0000067')
PostgreSQL Error: 1 (pqReadData() -- backend closed the channel
unexpectedly. This probably means the backend terminated abnormally
before or while processing the request. )
Session halted.

The program is trying to do an initial load of three tables.  It starts by
deleting all rows in these three tables, then manages to add 13 rows to
gedcom_grp before the above error.

But both log files mentioned in the startup command are empty?

Frank

pgsql-general by date:

Previous
From: "Raymond O'Donnell"
Date:
Subject: vacuumdb can't find libraries
Next
From: Tom Lane
Date:
Subject: Re: NOTICE-message