Backing up a PostgreSQL table

pg_dump --no-owner -d <database_name> -t <table_name> > <filename>