Re: pg_atoi

From: Kathy Zhu <Kathy(dot)Zhu(at)sun(dot)com>
To: pgsql-general(at)postgresql(dot)org, Kathy(dot)Zhu(at)sun(dot)com
Subject: Re: pg_atoi
Date: 2003-10-17 03:29:27
Message-ID: 200310170329.h9H3TU021536@amon.Central.Sun.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

never mind, it was the wrong type.
sorry,

> X-Original-To: pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org
> Date: Thu, 16 Oct 2003 21:21:41 -0600 (MDT)
> From: Kathy Zhu <Kathy(dot)Zhu(at)sun(dot)com>
> Subject: [GENERAL] pg_atoi
> To: pgsql-general(at)postgresql(dot)org
> X-Virus-Scanned: by amavisd-new at postgresql.org
> X-Spam-Status: No, hits=0.1 tagged_above=0.0 required=5.0 tests=BAYES_30,
UPPERCASE_25_50
> X-Spam-Level:
> X-Mailing-List: pgsql-general
>
> Hi,
>
> I got this message. Is that because the string id too long ??
> Where is the String length defined ??
> thanks,
> Kathy
>
> insert into test (testid)
> values('FAKEJOBMGRNAMEJOBNAME-020031016211324.144-06002elID--0jobname-0Thu
Oct16
> 21:13:24 MDT 2003');
>
> ERROR: pg_atoi: error in
> "FAKEJOBMGRNAMEJOBNAME-020031016211324.144-06002elID--0jobname-0Thu Oct16
> 21:13:24 MDT 2003": can't parse
> "FAKEJOBMGRNAMEJOBNAME-020031016211324.144-06002elID--0jobname-0Thu Oct16
> 21:13:24 MDT 2003"
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2003-10-17 03:36:00 Re: pg_atoi
Previous Message Kathy Zhu 2003-10-17 03:21:41 pg_atoi