I encountered an issue in dbeaver where I cannot see the list of all tables, views, or materialized views when connecting to risingwave version 1.6.1 via docker-compose. xiang chen mentioned that the problem may be related to the pg_catalog.pg_relation_size function. Runji Wang mentioned that risingwave implements this function but with some bugs. How can I verify if risingwave is not implementing the pg_catalog.pg_relation_size function?
xiang chen
Asked on Mar 11, 2024
To verify if risingwave is not implementing the pg_catalog.pg_relation_size function, you can check the implementation of this function in the risingwave source code or documentation. Additionally, you can try to reproduce the issue in a controlled environment and analyze the error messages or logs to see if there are any specific references to the pg_catalog.pg_relation_size function. If the problem persists even after dropping the index or other troubleshooting steps, it might indicate a bug in the implementation of this function in risingwave.