Re:

From: Miroslav Šulc <miroslav(dot)sulc(at)startnet(dot)cz>
To: mohsen(at)pahlevanzadeh(dot)org
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re:
Date: 2005-03-14 13:21:24
Message-ID: 42358FD4.3000706@startnet.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mohsen Pahlevanzadeh wrote:

>Dears,
>When i wanna insert to my following code,I receive following error:
>Insert into c(t) values('ccccccc'); --> It's my qurey.
>Insert command failed!So i can't continue to insert in your table!
>ERROR: pg_atoi: error in "ccccccc": can't parse "ccccccc"
>
>
Usually atoi functions perform conversion from string to integer (if my
memory serves well). Maybe the problem is that you are trying to insert
string into numeric field.

>...
>
>
Miroslav

Attachment Content-Type Size
miroslav.sulc.vcf text/x-vcard 387 bytes

In response to

  • at 2005-03-14 13:06:16 from Mohsen Pahlevanzadeh

Browse pgsql-general by date

  From Date Subject
Next Message Mark Rae 2005-03-14 13:31:02 Re: prelimiary performance comparison pgsql vs mysql
Previous Message Mohsen Pahlevanzadeh 2005-03-14 13:06:16