Re: get the copy of a schema

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: get the copy of a schema
Дата
Msg-id 4B059B44.3090709@iol.ie
обсуждение исходный текст
Ответ на get the copy of a schema  (vaniShree <shreevani04@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: vaniShree
Дата:
Сообщение: get the copy of a schema
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: feture request