-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support rw_depend in sql backend and add sink into dependency i…
…nfo (#15524)
- Loading branch information
1 parent
d34d7af
commit 5ea5a95
Showing
16 changed files
with
198 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
query ITIT | ||
SELECT oid,relname,relowner,relkind FROM pg_catalog.pg_class ORDER BY oid limit 15; | ||
---- | ||
1 columns 1 v | ||
2 tables 1 v | ||
3 views 1 v | ||
4 pg_am 1 v | ||
5 pg_attrdef 1 v | ||
6 pg_attribute 1 v | ||
7 pg_auth_members 1 v | ||
8 pg_cast 1 r | ||
9 pg_class 1 v | ||
10 pg_collation 1 v | ||
11 pg_constraint 1 r | ||
12 pg_conversion 1 v | ||
13 pg_database 1 v | ||
14 pg_depend 1 v | ||
15 pg_description 1 v | ||
2147478647 columns 1 v | ||
2147478648 tables 1 v | ||
2147478649 views 1 v | ||
2147478650 pg_am 1 v | ||
2147478651 pg_attrdef 1 v | ||
2147478652 pg_attribute 1 v | ||
2147478653 pg_auth_members 1 v | ||
2147478654 pg_cast 1 r | ||
2147478655 pg_class 1 v | ||
2147478656 pg_collation 1 v | ||
2147478657 pg_constraint 1 r | ||
2147478658 pg_conversion 1 v | ||
2147478659 pg_database 1 v | ||
2147478660 pg_depend 1 v | ||
2147478661 pg_description 1 v | ||
|
||
query ITIT | ||
SELECT oid,relname,relowner,relkind FROM pg_catalog.pg_class WHERE oid = 'pg_namespace'::regclass; | ||
---- | ||
25 pg_namespace 1 v | ||
2147478671 pg_namespace 1 v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.