User-defined type problem

From: "Mourad EL HADJ MIMOUNE" <mimoune(at)ensma(dot)fr>
To: <pgsql-general(at)postgresql(dot)org>
Subject: User-defined type problem
Date: 2001-04-23 12:25:23
Message-ID: 002601c0cbf0$78889360$71a337c1@ensma.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-general by date

  From Date Subject
Next Message Christian Bucanac 2001-04-23 12:51:14 Byte code, large objects, client/server, SQL, ODBC
Previous Message Richard Huxton 2001-04-23 12:03:50 Re: Re: Cursors in plpgsql