Re: Memory consumption problem - Mailing list pgsql-novice

From Tom Lane
Subject Re: Memory consumption problem
Date
Msg-id 26015.1146847930@sss.pgh.pa.us
Whole thread Raw
In response to Memory consumption problem  (Franck Routier <franck.routier@axege.com>)
List pgsql-novice
Franck Routier <franck.routier@axege.com> writes:
> I have a problem with a simple request :

> insert into mytable
> select a.id, a.desc, 'mystring'
> from mytable a;

> Mytable has about 1,7 million tuples, it has a few indexes.

Tell us about triggers or foreign keys involving that table?

            regards, tom lane

pgsql-novice by date:

Previous
From: Valentin Gjorgjioski
Date:
Subject: Re: Memory consumption problem
Next
From: "Tomeh, Husam"
Date:
Subject: Re: what are the pg_clog and pg_xlog directories ?