Re: segmentation fault

From: Lonni J Friedman <netllama(at)gmail(dot)com>
To: marcelo Cortez <jmdc_marcelo(at)yahoo(dot)com(dot)ar>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: segmentation fault
Date: 2005-03-09 19:31:45
Message-ID: 7c1574a905030911311f97f37c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 9 Mar 2005 16:26:53 -0300 (ART), marcelo Cortez
<jmdc_marcelo(at)yahoo(dot)com(dot)ar> wrote:
> Lonni , folks
>
> >
> > You're doing this from within psql or elsewhere?
> from putty terminal from windows statiom

That doesn't really answer the question. How are you interfacing with
the database? Are you using a client, such as psql, or something
else? putty just means that you're ssh'ing to the server, but once
you're there, how are you connecting to the DB and issuing this
update?

> > What logging level
> default i' guest

From your postgresql.conf i think i saw a debug5 for min_messages.
That is not typically a default for most people. Admittedly your word
wrap in your MUA is rather narrow (like 35 chars) so parsing through
it wasn't the easiest in the world.

> > are you using? How 'massive' is this update?
> full , the update statement not have filter clause.

Full meaning all the rows are being updated? What kind of data is
this that you're updating?

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L. Friedman netllama(at)gmail(dot)com
LlamaLand http://netllama.linux-sxs.org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chris Browne 2005-03-09 19:52:57 Re: PostgreSQL still for Linux only?
Previous Message Lonni J Friedman 2005-03-09 19:28:33 Re: segmentation fault