You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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;
The text was updated successfully, but these errors were encountered: