Re: insert values

From: Ines(dot)Klimann(at)liafa(dot)jussieu(dot)fr
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Ines(dot)Klimann(at)liafa(dot)jussieu(dot)fr, pgsql-sql(at)postgresql(dot)org
Subject: Re: insert values
Date: 2001-02-23 08:35:01
Message-ID: 20010223093501.A25576@liafa0.liafa.jussieu.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Feb 22, 2001 at 11:01:11PM -0500, Tom Lane wrote:
> Ines(dot)Klimann(at)liafa(dot)jussieu(dot)fr writes:
> > I have the following type :
> > ...
> > How can I insert a value in this table ?
>
> INSERT INTO entiers VALUES('1234') should work fine.
>

I have tried and I have this message :
ex1=# insert into entiers
ex1-# values ('1234');
ERROR: Load of file /ens/klimann/PostgreSQL/entier.o failed: Exec format error
ex1=#

what do you think it could be ?

Thanks,
Ines.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message CM 2001-02-23 09:16:20 Re: CREATE TABLE AS and ORDER BY
Previous Message Tom Lane 2001-02-23 04:01:11 Re: insert values