RE: [SQL] Column name's length

From: "Pham, Thinh" <tpham(at)mail(dot)priority(dot)net>
To: "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgresql(dot)org>
Subject: RE: [SQL] Column name's length
Date: 1999-06-01 15:45:29
Message-ID: 551413BBBB03D111BF880060B01AACCE0B38EF@home.priority.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I modified the sources as mentioned by Zalman Stern. Compiled and installed
with no problem. But when i try to connect to the database "template1" or
try to create another database, it dumped core. Below is the error message:

[postgres(at)ares pgsql]$ psql template1
Connection to database 'template1' failed.
pqReadData() -- backend closed the channel unexpectedly.
This probably means the backend terminated abnormally before or
while processing the request.

This is when i try to create the database "postgres"

[postgres(at)ares pgsql]$ createdb
Connection to database 'template1' failed.
pqReadData() -- backend closed the channel unexpectedly.
This probably means the backend terminated abnormally before or
while processing the request.

createdb: database creation failed on postgres.

Anyone know why this happened?
Thinh

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 1999-06-01 16:27:19 Re: [SQL] Column name's length
Previous Message Tom Lane 1999-06-01 15:35:58 Re: [SQL] Data recovery