Skip to content

Commit

Permalink
Release 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Nov 15, 2011
1 parent c244ee1 commit 4fe700c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions META.json
Expand Up @@ -2,7 +2,7 @@
"name": "pg_log_userqueries",
"abstract": "Module to log user queries",
"description": "pg_log_userqueries is a PostgreSQL module that logs each query executed by a superuser. It records each query in the standard log file. Additionally you can log per database and/or per user queries.",
"version": "0.1.0",
"version": "0.2.0",
"maintainer": "Guillaume Lelarge <guillaume@lelarge.info>",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
Expand All @@ -11,7 +11,7 @@
"provides": {
"pg_log_userqueries": {
"file": "pg_log_userqueries.so",
"version": "0.1.0"
"version": "0.2.0"
}
},
"meta-spec": {
Expand All @@ -20,7 +20,8 @@
},
"tags": [
"query",
"log"
"log",
"syslog"
],
"ressources": {
"bugtracker": {
Expand Down

0 comments on commit 4fe700c

Please sign in to comment.