session_exec
session_exec copied to clipboard
PostgreSQL extension that introduce login function
trafficstars
session_exec
PostgreSQL extension that introduce login function
Configuration (postgresql.conf)
- set
session_preload_librariestosession_exec - set
session_exec.login_nametoname of your login function
Behave
- it raise warning when function doesn't exist
- it disallow to connect, when login function fails