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

From Chris Ernst
Subject Re: Extracting SQL from logs in a usable format
Date
Msg-id 4B2CEF41.2080508@esoft.com
Whole thread Raw
In response to Re: Extracting SQL from logs in a usable format  (Filip Rembiałkowski <plk.zuber@gmail.com>)
Responses Re: Extracting SQL from logs in a usable format  (Dimitri Fontaine <dfontaine@hi-media.com>)
List pgsql-general
Hmm.. That does look very interesting.  The only thing that concerns me
is where it says it supports "Basic Queries (Extended queries not yet
supported)".  I'm not sure what is meant by "Extended queries".  Any idea?

Thank you for the pointer, Filip.  I'll check it out.

    - Chris

Filip Rembiałkowski wrote:
>
> 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 <mailto: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
>     <mailto: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
> <mailto:filip.rembialkowski@gmail.com>
> http://filip.rembialkowski.net/


pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Selecting from table into an array var
Next
From: Jaime Casanova
Date:
Subject: Re: AccessShareLock question