RE: [SQL] Column name's length

Поиск
Список
Период
Сортировка
От Pham, Thinh
Тема RE: [SQL] Column name's length
Дата
Msg-id 551413BBBB03D111BF880060B01AACCE0B38EF@home.priority.net
обсуждение исходный текст
Ответы Re: [SQL] Column name's length
RE: [SQL] Column name's length
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] Column name's length
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] Data recovery