Обсуждение: question

Поиск
Список
Период
Сортировка

question

От
Dariusz Sobierajewicz
Дата:
Hi,
I have following problem. I have postgresql dump database. I don't have posgresql server intalled. Is there a way to restore that data?
 
thanks.


Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.

Re: question

От
Bruno Wolff III
Дата:
On Fri, Aug 20, 2004 at 10:25:06 -0700,
  Dariusz Sobierajewicz <dsobie@yahoo.com> wrote:
> Hi,
> I have following problem. I have postgresql dump database. I don't have posgresql server intalled. Is there a way to
restorethat data? 

Install a postgres server and then use pg_restore or psql to restore.
(Which you use depends on what options you used for pg_dump(all).)

Re: question

От
Bruno Wolff III
Дата:
I am copying this back to the list.

On Fri, Aug 20, 2004 at 14:07:03 -0700,
  Dariusz Sobierajewicz <dsobie@yahoo.com> wrote:
> Ok, thanks. I'm working on windows machine. can you tell me what is the easiest way to set up PostgreSQL on win xp?
> thanks.

Trying out the 8.0.0 beta. This isn't ready for production, but would be
OK for playing around with postgres.

>
> Bruno Wolff III <bruno@wolff.to> wrote:
> On Fri, Aug 20, 2004 at 10:25:06 -0700,
> Dariusz Sobierajewicz wrote:
> > Hi,
> > I have following problem. I have postgresql dump database. I don't have posgresql server intalled. Is there a way
torestore that data? 
>
> Install a postgres server and then use pg_restore or psql to restore.
> (Which you use depends on what options you used for pg_dump(all).)
>
>
> ---------------------------------
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter now.