pginsight icon indicating copy to clipboard operation
pginsight copied to clipboard

CLI tool to easily dig deep inside your Postgresql database.

Results 3 pginsight issues
Sort by recently updated
recently updated
newest added

found many issues. Is it worth the time to add them? e.g. ./pginsight_linux_x86 cache tables Couldn't get results pq: division by zero

when setting PGHOST PGPORT PGDATABASE et al in env, you can connect as is , i.e: dbh, err := sql.Open("postgres", "")

``` $ pginsight_darwin_x86 index usage Couldn't get results pq: relation "my_idx" does not exist ``` it should just skip this one