Re: Database backup

From: Steven Klassen <sklassen(at)commandprompt(dot)com>
To: sreejith s <getsreejith(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Database backup
Date: 2004-10-17 03:34:13
Message-ID: 20041017033413.GA23735@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

* sreejith s <getsreejith(at)gmail(dot)com> [2004-10-17 08:49:44 +0530]:

> How to take Database backup from an application developed in Visual
> Basic thats running at Windows Client and Database resting at Linux
> Server. THanx

pg_dump -U your_username your_database > your_database.sql

--
Steven Klassen - Lead Programmer
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Replication & Support Services, (503) 667-4564

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Greg Stark 2004-10-17 05:22:12 Re: Inserting into table only if the row does not already
Previous Message sreejith s 2004-10-17 03:19:44 Database backup