Re: modo texto

From: inf200468(at)ucf(dot)edu(dot)cu
To: pgsql-general(at)postgresql(dot)org
Subject: Re: modo texto
Date: 2009-05-28 15:24:40
Message-ID: 51732.10.14.2.42.1243524280.squirrel@correo.ucf.edu.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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
Thank

> Ol,
>
> envia a tua pergunta em ingls.
>
> Joao
>
> faz assim:
>
> no Windows:
>
>
pg_dumpall --clean -o myDumpFile.sql
>
> copia o myDumpFile.sql para o
Ubuntu
>
> no Ubunto
>
> #sudo bash
> #su
postgres
> #psql -f myDumpFile.sql postgres
>
>
>

>
> On Thu, 2009-05-28 at 10:57 -0400, inf200468(at)ucf(dot)edu(dot)cu wrote:
>> El servidor de postgres esta en windows, y quiero pasar una base de
>> datos a un servidor en linux con modo texto, segun voy entendiendo
>> primero tengo que hacer pg_dump Base , a mi base de datos en windows,
>> lo hago y no me muestra nada , no se si lo hizo o no , en caso de
>> hacerlo genera algun fichero que no se donde esta
>> Gracias
>>
>>
>>
______________________________________________________________________
>>

>> Participe en Universidad 2010,
>> del 8 al 12 de febrero del
2010
>> La Habana, Cuba
>> http://www.universidad2010.cu
>> http://www.universidad2010.com
>>
>

--
Participe en Universidad 2010,
del 8 al 12 de febrero del 2010
La Habana, Cuba
http://www.universidad2010.cu
http://www.universidad2010.com

Attachment Content-Type Size
untitled-2 text/html 1.6 KB

Responses

Browse pgsql-general by date

  From Date Subject
Next Message johnf 2009-05-28 15:28:14 Re: ubuntu 9.04 and auto-start
Previous Message inf200468 2009-05-28 14:57:25 modo texto