I am trying to take backup of a table as sql file in postgres with below command.. the command is not executing properly.. can some one help ?
pg_dump -U postgres-a test_1 > test_1_dump.sql