Re: Pls help

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: "Roseller A(dot) Romanos" <don2_907(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Pls help
Date: 2009-07-04 06:12:11
Message-ID: 162867790907032312h7e284f4drf5b1202dc7f0811c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2009/7/4 Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>:
> On Fri, Jul 3, 2009 at 10:40 PM, Pavel Stehule<pavel(dot)stehule(at)gmail(dot)com> wrote:
>> 2009/7/4 Roseller A. Romanos <don2_907(at)yahoo(dot)com>:
>>>  Hi,
>>>
>>> I really have a serious problem with this.  I hope you could give me some
>>> insights on how to possibly solve this problem. I have installed a new copy
>>> of postgres in my PC using Windows XP OS and I have copy the data folder in
>>> my previous installation from the other PC, my problem is that I cannot
>>> access the records that I have copied from the other PC.
>>
>> you cannot copy postgres data files from one computer to second.
>> PostgreSQL is not MySQL. Use pg_dump instead or copy statement.
>
> Well, strictly speaking, if they're from the same architecture, with
> the same compile time options and the same major version of pgsql*
> then you can.  But you need to shut down the source and destination
> servers while doing it.

and all your DDL operation are same and executed in same order too

>
> * Note that in pgsql the first TWO numbers denote a major version, so
> 8.1 and 8.2 are NOT the same major version.
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-07-04 06:13:47 Re: Pls help
Previous Message Scott Marlowe 2009-07-04 06:03:43 Re: Pls help