package
Version:
v1.121.1
Opens a new window with list of versions in this module.
Published: Dec 9, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const QUERY = `
SELECT
relname AS name,
n_live_tup AS estimated_count
FROM
pg_stat_user_tables
ORDER BY
n_live_tup DESC;`
Source Files
¶
Click to show internal directories.
Click to hide internal directories.