Re: How to move the ...

From: Olivier Martineau <olmartineau(at)free(dot)fr>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: How to move the ...
Date: 2005-03-24 17:46:47
Message-ID: 4242FD07.3000505@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You just have to run again the initdb command with -D option :
initdb - D D:\DataPG

Then, you'll have to start the database server with this command :
pg_ctl -D D:\DataPG start

dedy a écrit :

> I have just installed PostgreSQL (postgresql-8.0.1.zip) on a Windows
> 2K Prof platform.
> but the the default Database Dir is in C:\Program
> Files\PostgreSQL\8.0\data
> can I move the default Database ex: D:\DataPG\
> where can i set it??
> Thank You for all your kind for reading my bad english email
> Dedy Styawan
> Semarang - Central Java
> Indonesia
>
>
>
>
>
> | .
> . |L /| .
> _ . |\ _| \--+._/| .
> / ||\| Y J ) / |/| ./
> J |)'( | ` F`.'/
> -<| F __ .-<
> | / .-'. `. /-. L___
> J \ < \ | | O\|.-'
> _J \ .- \/ O | | \ |F
> '-F -<_. \ .-' `-' L__
> __J _ _. >-' )._. |-'
> `-|.' /_. \_| F
> /.- . _.<
> /' /.' .' `\
> /L /' |/ _.-'-\
> /'J ___.---'\|
> |\ .--' V | `. `
> |/`. `-. `._)
> / .-.\
> \ ( `\
> `.\
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message John DeSoi 2005-03-24 18:36:09 Re: Admin tools with the ability to alter a field type?
Previous Message Tom Lane 2005-03-24 16:51:08 Re: pg_dump, pg_restore, insert vs copy