Re: can't create a database

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: rdacker(at)pacbell(dot)net (rdack)
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: can't create a database
Date: 2001-10-18 19:11:43
Message-ID: 25222.1003432303@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

rdacker(at)pacbell(dot)net (rdack) writes:
> everything else seems ok. add tables, add records.
> but when i try 'create database tt;' interactively or do 'createdb tt'
> in shell, i get:
> Server process (pid 446) exited with status 11 at Wed Oct 17 17:04:06
> 2001

Hmm. This should have left a core dump file --- can you get a stack
trace from the core with a debugger?

Also, problem reports that don't mention Postgres version nor the
platform you are running on are not very helpful.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Flávio Brito 2001-10-18 19:35:20 Re: Backup Postgre Windows to Linux
Previous Message Holt, Jack C. 2001-10-18 19:06:00 Re: Accessing PostgreSQL through Apache and PHP4 on Linux