Re: Extracting SQL from logs in a usable format

Поиск
Список
Период
Сортировка
От Filip Rembiałkowski
Тема Re: Extracting SQL from logs in a usable format
Дата
Msg-id 92869e660912190347w63476f52m17a3c021deb36b9a@mail.gmail.com
обсуждение исходный текст
Ответ на Extracting SQL from logs in a usable format  (Chris Ernst <cernst@esoft.com>)
Ответы Re: Extracting SQL from logs in a usable format  (Chris Ernst <cernst@esoft.com>)
Список 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 по дате отправления:

Предыдущее
От: Lincoln Yeoh
Дата:
Сообщение: Re: Justifying a PG over MySQL approach to a project
Следующее
От: Filip Rembiałkowski
Дата:
Сообщение: Re: defining yuor own commands in PG ?