citusdata / citusdata/citus_docs

Possible mistake in mentioning the table name as citus.pg_dist_object.

Open
#1,062 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.