This file contains hidden or 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
DO $$DECLARE | |
r RECORD; | |
BEGIN | |
FOR r IN ( | |
SELECT | |
tc.table_schema, | |
tc.constraint_name, | |
tc.table_name, | |
kcu.column_name, | |
ccu.table_schema AS foreign_table_schema, |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
# Contains human-readable representation of NFactor::TCodeGenInput message (defined in factors_metadata.proto) | |
Group: [ | |
"Datetime", | |
"Domain", | |
"RapidClicks", | |
"RegHostStatic", | |
"RegDocStatic", | |
"Regex", |