-
Notifications
You must be signed in to change notification settings - Fork 3
log_functions is a PostgreSQL module that logs each function executed
License
gleu/log_functions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
log_functions is a PostgreSQL module that logs each function executed. Many things can be logged: * the DECLARE statement, * the BEGIN statement, * the END statement, * and the start and end of each statement in the BEGIN/END block of a function. There are five optional parameters that allow you to select which logs you want: * log_functions.log_declare * log_functions.log_function_begin * log_functions.log_function_end * log_functions.log_statement_begin * log_functions.log_statement_end See the INSTALL file for installation and usage informations.
About
log_functions is a PostgreSQL module that logs each function executed
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published