Gilles Darold
Gilles Darold
I just make a fresh install on an Ubuntu 18.04 and I do not have any problem. How do you get the NaN report? And does running manually `/usr/local/sysusage/bin/sysusagejqgraph -d`...
Yes this is the problem with the ODBC driver, you can try to use the tds_fdw foreign data wrapper to import data.
GitHub doesn’t have built-in support for checksums on releases.
You have LDAP authentication enabled in your pg_hba.conf so the user must be also declared in LDAP. For the schema you probably have to enable EXPORT_SCHEMA.
Hi, There is no way in current versions to have per process monitoring but this is something that can be "easily" implemented using pidstat. I will add the feature to...
I don't have enough knowledge and especially the desire to spend time on a port for Windows. If anyone can support this porting to Windows OS, a patch would be...
Hi @dariocorti, have you tested latest development code? If so, do you have the same issue above?
How about if you enable the extension by setting `session_preload_libraries='pgtt'`?
Can you do the same but in a psql console, just to remove the doubt on use through pgadmin?
In your second connection you have to execute `LOAD 'pgtt';` before doing the SELECT.