Re: get the copy of a schema - Mailing list pgadmin-support

From Raymond O'Donnell
Subject Re: get the copy of a schema
Date
Msg-id 4B059B44.3090709@iol.ie
Whole thread Raw
In response to get the copy of a schema  (vaniShree <shreevani04@gmail.com>)
List pgadmin-support
On 19/11/2009 19:10, vaniShree wrote:
> Hi all,
>  I am novice to postgres.I am trying to get the copy of the schema with 
> data.I am using Pgadmin.PLease help me to get the copy of the schema.

You probably want the backup function - right-click on a database in the
tree view, then select "Backup".

This function just calls pg_dump, which is the standard Postgres backup
tool, and all the options in this dialogue correspond to pg_dump
options, so you should read up on pg_dump:
 http://www.postgresql.org/docs/8.4/static/app-pgdump.html

I hope this helps.

Ray.


-- 
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


pgadmin-support by date:

Previous
From: vaniShree
Date:
Subject: get the copy of a schema
Next
From: Guillaume Lelarge
Date:
Subject: Re: feture request