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
for table_name in \$(sudo -u postgres psql -qAt -c "select sequence_name from information_schema.sequences where sequence_schema = 'public';" ${DEST_DB_NAME}); do
for table_name in \$(sudo -u postgres psql -qAt -c "select table_name from information_schema.views where table_schema = 'public';" ${DEST_DB_NAME}); do