Skip to content
New issue

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

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

Open
emelsimsek opened this issue Sep 20, 2022 · 0 comments
Open

Comments

@emelsimsek
Copy link
Contributor

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;

@emelsimsek emelsimsek changed the title Possible mistake in mentioning the table name as citus.pg_dist_object distributed-object-table section. Possible mistake in mentioning the table name as citus.pg_dist_object. Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant