{ "name": "log_functions", "abstract": "Module to log functions", "description": "log_functions is a PostgreSQL module that logs each function executed.", "version": "1.0.0", "maintainer": "Guillaume Lelarge ", "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, "release_status": "stable", "provides": { "log_functions": { "file": "log_functions.so", "version": "1.0.0" } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "function", "stored procedure", "log" ], "resources": { "bugtracker": { "web": "https://github.com/gleu/log_functions/issues" }, "repository": { "type": "git", "url": "git://github.com/gleu/log_functions.git", "web": "https://gleu@github.com/gleu/log_functions.git" } } }