Re: modo texto

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: inf200468(at)ucf(dot)edu(dot)cu
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: modo texto
Date: 2009-05-28 15:43:11
Message-ID: 2f4958ff0905280843t2136e715lf90a941690b3d1ef@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, May 28, 2009 at 4:24 PM, <inf200468(at)ucf(dot)edu(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message miller_2555 2009-05-28 15:59:50 Re: Multidimensional array definition in composite type appears parsed as string -- SOLVED
Previous Message johnf 2009-05-28 15:28:14 Re: ubuntu 9.04 and auto-start