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
I can't generate with this query
SELECT schemaname AS schema_name, relname AS table_name, n_live_tup AS total_count FROM pg_catalog.pg_stat_user_tables ORDER BY relname ASC;
And get errror like this
relation "pg_stat_user_tables" does not exist
How can I fix it.
Thanks for reading.
The text was updated successfully, but these errors were encountered:
Tracking in #1171
Sorry, something went wrong.
No branches or pull requests
I can't generate with this query
And get errror like this
How can I fix it.
Thanks for reading.
The text was updated successfully, but these errors were encountered: