We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When using alldb option in presence of (some) .psqlrc, fetching list of databases failed.
$ ./check_postgres.pl --action relation_size -w 1 -c 100 --perflimit 2 --alldb POSTGRES_RELATION_SIZE CRITICAL: DB "" largest relation is table "pg_catalog.pg_proc": 784 kB | time=0.02s pg_catalog.pg_proc=802816B;1;100 pg_toast_2618=532480B;1;100
If we remove .psqlrc it works:
$ ./check_postgres.pl --action relation_size -w 1 -c 100 --perflimit 2 --alldb POSTGRES_RELATION_SIZE CRITICAL: DB "postgres" largest relation is table "pg_catalog.pg_proc": 784 kB DB "repmgr" largest relation is table "pg_catalog.pg_proc": 784 kB DB "template1" largest relation is table "pg_catalog.pg_proc": 784 kB DB "toto" largest relation is table "public.big": 35 MB | time=0.01s pg_catalog.pg_proc=802816B;1;100 pg_toast_2618=532480B;1;100 time=0.03s pg_catalog.pg_proc=802816B;1;100 pg_toast_2618=540672B;1;100 time=0.03s pg_catalog.pg_proc=802816B;1;100 pg_toast_2618=532480B;1;100 time=0.03s public.big=36175872B;1;100 pg_catalog.pg_proc=802816B;1;100
Regards, FST
The text was updated successfully, but these errors were encountered:
PR: #208
Sorry, something went wrong.
No branches or pull requests
Hi,
When using alldb option in presence of (some) .psqlrc, fetching list of databases failed.
If we remove .psqlrc it works:
Regards,
FST
The text was updated successfully, but these errors were encountered: