Skip to content

Instantly share code, notes, and snippets.

@marcingolenia
Created February 5, 2025 14:58
Show Gist options
  • Select an option

  • Save marcingolenia/4625a3dc465c57e48614c91ccbbab7ed to your computer and use it in GitHub Desktop.

Select an option

Save marcingolenia/4625a3dc465c57e48614c91ccbbab7ed to your computer and use it in GitHub Desktop.
List tables in postgres docker
docker exec foodbank_db psql -U postgres -d food_bank -c '\d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment