RE: [SQL] Column name's length

From: Herbert Ambos <herbert(at)tuba(dot)msuiit(dot)edu(dot)ph>
To: "Pham, Thinh" <tpham(at)mail(dot)priority(dot)net>
Cc: "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgreSQL(dot)org>
Subject: RE: [SQL] Column name's length
Date: 1999-06-03 01:40:54
Message-ID: Pine.LNX.3.96.990602173412.8335A-100000@mimbalut.msuiit.edu.ph
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On Tue, 1 Jun 1999, Pham, Thinh wrote:

> ...
>
> [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

this happened to me when i reinstalled my linux box into RHL6.0 and
installing Postgres6.4.2 but i initialized my system to this:

initdb -l <u'r postgres lib files location (/usr/lib/pgsql)> \
-r <data directory (/var/lib/pgsql)>

hope this helps.?

Herbert Ambos
Iligan City, Philippines

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Sergey Zeleniy 1999-06-03 08:19:39 VARCHAR & INDEXES. Context search. Need help.
Previous Message Vadim Mikheev 1999-06-03 01:24:56 Re: [SQL] Are PL/pgSQL calls atomic?