Re: Segmentation fault

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: ajay <akmani1987(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Segmentation fault
Date: 2014-03-04 15:18:29
Message-ID: 5315EEC5.1050205@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/04/2014 03:03 AM, ajay wrote:
> hello team ,
>
> i am trying to enter this insert command in postgres
> insert into mmsuper.notification
> values('101','12','13','حب|welcome|आपकास्वागतहै','bye','goodbye','low
> balance',5);
> now when i am trying to paste this in postgres in Solaris , it is giving me
> error
>
> fm_db_Server1-# insert into mmsuper.notification
> values('101','12','13','Segmentation Fault
>
> and comes out of postgres prompt....
> also when i am trying to press up arrow key , then also it is giving me
> above error.
>
> But in Linux this is working fine ..without any error

Well this has encoding/locale issues written all over it.

So what is the encoding/locale for your Linux machine vs the Solaris
machine?

The same for the Postgres instances on each or are you inserting into
the same Postgres instance?

>
> Please help it is very very urgent..
>
>
>
> Thanks
> Akshat
>
>
>
> --
> View this message in context: http://postgresql.1045698.n5.nabble.com/Segmentation-fault-tp5794571.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message ajay 2014-03-04 15:26:21 Re: Segmentation fault
Previous Message Tom Lane 2014-03-04 15:17:25 Re: Segmentation fault