Access Import/Export Data Option: In your PostgreSQL client (e.g., pgAdmin), right-click on the table where you want to import the data (e.g., fact_sales) and select the "Import/Export Data..." option ...
postgreSQL-docker/ ├── docker/ # Configuración Docker │ ├── Dockerfile.postgresql # Imagen personalizada PostgreSQL │ ├── Dockerfile.pgadmin # Imagen personalizada pgAdmin4 │ ├── postgresql.conf # ...