Re: modo texto

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: modo texto
Дата
Msg-id 2f4958ff0905280843t2136e715lf90a941690b3d1ef@mail.gmail.com
обсуждение исходный текст
Ответ на Re: modo texto  (inf200468@ucf.edu.cu)
Ответы Re: modo texto  (Joao Ferreira gmail <joao.miguel.c.ferreira@gmail.com>)
Список pgsql-general
On Thu, May 28, 2009 at 4:24 PM,  <inf200468@ucf.edu.cu> wrote:
> hi, sorry my english
> I need to copy a data base from windows to linux, how can I save my data
> base from windows with pg_dump, and where the file is??????
> and after how can I create the data base in linux without graphic enviroment
> , just text mode, with commands

yes, pg_dump is just the tool for it.

when you run pg_dump., you decide where the file is going to be
stored, by redirecting output to a file:

pg_dump database > C:\tmp\foo.sql


--
GJ

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

Предыдущее
От: inf200468@ucf.edu.cu
Дата:
Сообщение: Re: modo texto
Следующее
От: Joao Ferreira gmail
Дата:
Сообщение: Re: modo texto