Re: Buffers and query's

From: "Cristina Surroca" <cris(at)dmcid(dot)net>
To: "Cris" <cris(at)dmcid(dot)net>, "PostgreSQL JDBC" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Buffers and query's
Date: 2003-05-11 22:09:55
Message-ID: 03c201c3180a$0f25a210$9a36393e@cris
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi another time,

I think the thing could be reset shared buffers, but I don't know how to do it.

yours

Cris..
----- Original Message -----
From: Cris
To: PostgreSQL JDBC
Sent: Sunday, May 11, 2003 10:31 PM
Subject: [JDBC] Buffers and query's

Hi
I want do something that can seem a little bit strange: I'm doing a project and I don't want that the executing plan was known by the sistem.
I've got many different query's and some of them are nearly similar. I have to know how many time it takes to postgresql to do my project.

I've been looking for something similar to: alter system flush shared_pool, used in Oracle system, but i haven't found nothing.

Does anybody have any idea to do this?

yours

Cris..

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-05-12 16:07:16 Re: Strange column naming problem
Previous Message Cris 2003-05-11 20:31:56 Buffers and query's