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
r...@iol.ie

-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to