[PostgreSQL] Take backup of the individual table in postgres

pg_dump -t <table-name> <database-name> > /tmp/file_name.dump

No comments:

Post a Comment