Skip to content

Commit

Permalink
Release 1.5 (stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Jun 8, 2023
1 parent c2559b2 commit 279fd9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
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": "1.4.0",
"version": "1.5.0",
"maintainer": "Guillaume Lelarge <[email protected]>",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
Expand All @@ -11,11 +11,11 @@
"provides": {
"pg_log_userqueries": {
"file": "pg_log_userqueries.so",
"version": "1.4.0"
"version": "1.5.0"
}
},
"meta-spec": {
"version": "1.4.0",
"version": "1.5.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion pg_log_userqueries.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
*-------------------------------------------------------------------------
*/
#ident "pg_log_userqueries version 1.4"
#ident "pg_log_userqueries version 1.5"

#include "postgres.h"

Expand Down

0 comments on commit 279fd9a

Please sign in to comment.