User-defined type problem

Поиск
Список
Период
Сортировка
От Mourad EL HADJ MIMOUNE
Тема User-defined type problem
Дата
Msg-id 002601c0cbf0$78889360$71a337c1@ensma.fr
обсуждение исходный текст
Список pgsql-general
Hi,

I want test the use of user-defined type. to make this I used the example of
complex type.

When I wanted insert values in test_complex table I got the following error.


test1=# INSERT INTO test_complex VALUES ('(1.0, 2.5)', '(4.2, 3.55 )');
pqReadData() -- backend closed the channel unexpectedly.
This probably means the backend terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
!#

can somebody explain me what happened and how I can solve this.

thank you.

Mourad.



В списке pgsql-general по дате отправления:

Предыдущее
От: Justin Clift
Дата:
Сообщение: Re: Replication and on-line recovery
Следующее
От: Christian Bucanac
Дата:
Сообщение: Byte code, large objects, client/server, SQL, ODBC