Re: Extracting SQL from logs in a usable format

From: Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>
To: Chris Ernst <cernst(at)esoft(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Extracting SQL from logs in a usable format
Date: 2009-12-19 11:47:59
Message-ID: 92869e660912190347w63476f52m17a3c021deb36b9a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tsung [http://tsung.erlang-projects.org/] has a nice pg proxy module. It
records your "query stream" and is able to replay it later.

2009/12/18 Chris Ernst <cernst(at)esoft(dot)com>

> Hi all,
>
> I have a project where I need to be able to capture every query from a
> production system into a file such that I can "replay" them on a staging
> system. Does such a thing already exist or should I start writing my
> own log parser?
>
> Thank you for your help.
>
> Chris Ernst
> eSoft, Inc.
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

--
Filip Rembiałkowski
JID,mailto:filip(dot)rembialkowski(at)gmail(dot)com
http://filip.rembialkowski.net/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Filip Rembiałkowski 2009-12-19 11:59:33 Re: defining yuor own commands in PG ?
Previous Message Lincoln Yeoh 2009-12-19 10:19:12 Re: Justifying a PG over MySQL approach to a project