Created
July 9, 2020 13:35
-
-
Save RaulMedeiros/b97c55899293755f9e0f990aaf42e145 to your computer and use it in GitHub Desktop.
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
docker exec -i container_id psql -U postgres -c " | |
SELECT table_name | |
FROM information_schema.tables | |
WHERE table_schema = 'public' | |
ORDER BY table_name; | |
" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment