citusdata / citusdata/citus_docs
Possible mistake in mentioning the table name as citus.pg_dist_object.
Open
user guide
- Dominant language
- CSS
- Stars
- 58
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
pg_dist_object table is referred to as citus.pg_dist_object at https://docs.citusdata.com/en/latest/develop/api_metadata.html#distributed-object-table section as opposed to other tables which are written without the citus prefix throughout the document.
Also, if someone follows the https://docs.citusdata.com/en/latest/use_cases/multi_tenant.html instructions and wants to see meta tables at some point, citus.pg_dist_object table cannot be found.
# SELECT * FROM citus.pg_dist_object;
ERROR: relation "citus.pg_dist_object" does not exist
LINE 1: SELECT * FROM citus.pg_dist_object;
Contributor guide
Assessment
This issue has not been assessed yet.