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

feat(catalog): implement pg_depend #15364

Closed
wangrunji0408 opened this issue Feb 29, 2024 · 1 comment
Closed

feat(catalog): implement pg_depend #15364

wangrunji0408 opened this issue Feb 29, 2024 · 1 comment

Comments

@wangrunji0408
Copy link
Contributor

The catalog pg_depend records the dependency relationships between database objects.

It is required by cloud to show relation dependencies.

@wangrunji0408
Copy link
Contributor Author

pg_depend requires additional types such as pg_type and pg_rewrite. We decided to introduce a simplified rw_depend instead. #15385

@wangrunji0408 wangrunji0408 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 4, 2024
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