-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pgauditlogtofile only works with lc_messages set to en_US #25
Comments
Yes, this is missing, I'll try to add it when I have some time |
That commit should implement the support for NLS and allow to filter the messages in a better way. |
Hello Francisco |
Something like this would be enough
|
Hello Francisco In file included from logtofile.c:15: apt-file search gssapi/gssapi.h delivers: which of these is the correct one? tested on Ubuntu 20.04 and 22.04 (later has moved to openssl-3 I wanted to see if that makes any difference, does not) |
libkrb5-dev is the one you need |
Hello Francisco On Ubuntu it needed make USE_PGXS=1
At least for the german settings it works. |
Hello
logtofile sets some strings like
static const char * pgAuditLogToFileDisconnPrefixes[] = {
"disconnection: session time:",
};
Is there a chance to generate the suitable strings from the postgresql sources instead of hardcoding each language?
Nice tool nevertheless
The text was updated successfully, but these errors were encountered: