Re: Extracting SQL from logs in a usable format - Mailing list pgsql-general

From Filip Rembiałkowski
Subject Re: Extracting SQL from logs in a usable format
Date
Msg-id 92869e660912190347w63476f52m17a3c021deb36b9a@mail.gmail.com
Whole thread Raw
In response to Extracting SQL from logs in a usable format  (Chris Ernst <cernst@esoft.com>)
Responses Re: Extracting SQL from logs in a usable format  (Chris Ernst <cernst@esoft.com>)
List 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@esoft.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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



--
Filip Rembiałkowski
JID,mailto:filip.rembialkowski@gmail.com
http://filip.rembialkowski.net/

pgsql-general by date:

Previous
From: Lincoln Yeoh
Date:
Subject: Re: Justifying a PG over MySQL approach to a project
Next
From: Filip Rembiałkowski
Date:
Subject: Re: defining yuor own commands in PG ?