| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Konstantinos Agouros <elwood(at)agouros(dot)de> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: createdb fails in 7.0.2 |
| Date: | 2001-01-15 07:32:17 |
| Message-ID: | 21527.979543937@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Konstantinos Agouros <elwood(at)agouros(dot)de> writes:
> I just tried to create another database, and all I get is a
> pqReadData() -- backend closed the channel unexpectedly.
> This probably means the backend terminated abnormally
> before or while processing the request.
> connection to server was lost
> createdb: database creation failed
> it gets so far zu create $PGDATADIR/newdbname but that's it.
> Anybody has a clue (I am running on Linux)
Sorry, no clue here :-( ... you'll need to provide more detail.
What shows up in the postmaster log? It sounds like the backend is
crashing --- is there a core dump file, and if so what stack trace
can you extract from it?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | J.H.M. Dassen (Ray) | 2001-01-15 07:44:46 | Re: getting number of rows updated within a procedure |
| Previous Message | Dan Langille | 2001-01-15 06:10:16 | Re: A pg_dump error. |