RE: [SQL] Column name's length - Mailing list pgsql-sql

From Pham, Thinh
Subject RE: [SQL] Column name's length
Date
Msg-id 551413BBBB03D111BF880060B01AACCE0B38EF@home.priority.net
Whole thread Raw
Responses Re: [SQL] Column name's length
RE: [SQL] Column name's length
List 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@ares pgsql]$ psql template1
Connection to database 'template1' failed.
pqReadData() -- backend closed the channel unexpectedly.       This probably means the backend terminated abnormally
beforeor
 
while processing the request.



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

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

createdb: database creation failed on postgres.


Anyone know why this happened?
Thinh


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [SQL] Column name's length
Next
From: Tom Lane
Date:
Subject: Re: [SQL] Data recovery