Click here to Skip to main content
15,889,874 members
Articles / Database Development / PostgreSQL

Backup Tables (not databases) in PostgreSQL

Rate me:
Please Sign up or sign in to vote.
4.07/5 (5 votes)
27 Apr 2017CPOL7 min read 17K   152   3  
An effective solution for backing up a schema worth of tables on a Window installation of PostgreSQL database
In this article, you will see a simple method to backing up a set of tables in a PostgreSQL database running on a Windows server.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Database Developer self interested
United Kingdom United Kingdom
I have been a software developer for about 20 years, mostly in small IT department that means you do all the roles all the time from 1st line support to 3rd line diagnostics and help authoring. To be fair, I don't do enough of the later which in turn causes way too much of the former with new staff always ready to show you how unintuitive your interfaces are!

I generally consider myself a "data plumber" with the majority of my work in back end SQL. If I could rule the world by writing a SPROC I would....

New definition of Stoicism: Someone who start a career in I.T. and still has a career in I.T. after 20 years!

Comments and Discussions