PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Importa il file .sql in pgadmin iii

Penso che il modo migliore per importare un file sql sia usare psql strumento come questo:

psql -U postgres -h localhost -d my_database -f "C:/Users/umair/Downloads/school_management_system(1).sql"