Re: [GENERAL] Copy a database.

Поиск
Список
Период
Сортировка
От K.T.
Тема Re: [GENERAL] Copy a database.
Дата
Msg-id 000f01be5f15$dc84df80$3cd8a5ce@p2-400-death
обсуждение исходный текст
Список pgsql-general
Use the copy command or the pg_dump/pg_dumpall commands.
Copy is done from an admin account in PSQL and pg_dump is run from the
command line.
Search the docs for the commands and you will find how to import the data
back in too.

-----Original Message-----
From: Manik Surtani <manik@post1.com>
To: pgsql-general@postgreSQL.org <pgsql-general@postgreSQL.org>
Date: Tuesday, February 23, 1999 4:47 AM
Subject: [GENERAL] Copy a database.


>Hi, how do I copy a database?
>
>I currently have a whole bunch of records in a database on one machine.
>I want to copy it all to an identical postgres setup on another
>machine.  I have already created all the necessary tables, with
>identical structures.  i just want to copy the records across.
>
>
>Help much appreciated,
>
>Thanx in advance!
>
>MANIK
>
>



В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Ivar Helbekkmo
Дата:
Сообщение: Re: [GENERAL] Copy a database.
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: [GENERAL] Transaction logging