{ "name": "query_recorder", "abstract": "Records all executed SQL queries into a file, so that you may replay them later.", "description": "This extension allows you to record all executed queries into a file (or a set of files), so that you may analyze or replay them later.", "version": "1.0.1", "maintainer": "Tomas Vondra ", "license": "bsd", "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.0.0" } } }, "provides": { "query_recorder": { "file": "query_recorder--1.0.1.sql", "version": "1.0.1" } }, "resources": { "repository": { "url": "https://github.com:tvondra/query_recorder.git", "web": "http://github.com/tvondra/query_recorder", "type": "git" } }, "tags" : ["record", "queries"], "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "release_status" : "testing" }