Search code examples
postgresqlpgadminpgadmin-4

Is it possible to see the script generated from a pgAdmin import job?


I was having trouble importing a csv, so I created a table without loading and went through the pgAdmin 4 importer - which worked! But now I want to see what it did differently to make it work. Is there a way to see the script behind the import job?

Thanks!


Solution

  • Check the pgAdmin4.log, You might get the complete command executed by pgAdmin4 in the log file itself.