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 | |
rec RECORD; | |
BEGIN | |
FOR rec IN | |
SELECT table_name, column_name | |
FROM information_schema.columns | |
WHERE column_default LIKE 'nextval%' | |
LOOP | |
EXECUTE format( |
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
{"lastUpload":"2020-05-01T10:16:09.659Z","extensionVersion":"v3.4.3"} |