Re: Problems with varchar/text - Mailing list pgsql-novice

From Poul L. Christiansen
Subject Re: Problems with varchar/text
Date
Msg-id 39AD0C61.FD0D21B7@miba.auc.dk
Whole thread Raw
In response to Problems with varchar/text  (FMK <meyer-kassel@online-shop-ag.de>)
List pgsql-novice
Maybe you have forgot to quote the string.

Could you mail us the exact SQL that you use to insert the data.

Are you using ODBC? What OS/app is the client and server?

FMK wrote:

> Hi out there,
>
> I've got a table with a field named "blabla", type is varchar(12).
>
> Now I want to insert "00083151" into this field, but after the INSERT
> the leading zeros are cutted, eg. in the DB is only "83151"
>
> Same Problem with type text...
>
> Any Idea how I can get the _complete_ Value with the leading zeros
> into the DB ?
>
> Thanks in Advance !
>
> Florian


pgsql-novice by date:

Previous
From: Marco Colombo
Date:
Subject: Re: Vacuum DB
Next
From: "Eric W. Brown"
Date:
Subject: "Segmentation Fault" errors in libpq++ programs.