Re: how to copy data between machines ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "D(dot)C(dot)" <coughlandesmond(at)yahoo(dot)fr>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: how to copy data between machines ?
Date: 2005-05-12 20:38:28
Message-ID: 12305.1115930308@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"D.C." <coughlandesmond(at)yahoo(dot)fr> writes:
> Thanks again, and may I now make the most of your generosity by asking
> another question ? I got an error message when
> ./configuring postgreSQL, and now I find that I don't have 'history',
> and I can't use the 'up' arrow to cycle through previous commands. The
> error was about 'readline', I think.

Yup, you need libreadline to support that.

> The installation I use is on an iBook, which might sound mad, but I
> want a version to be able to take everywhere with me, and learn whilst
> on the bus, in the train etc ..

I use a Mac laptop too. Personally, I get the readline sources
(check freshmeat.net for a pointer) and build/install them in the
default way, which drops 'em in /usr/local. This is highly Not Mac
Approved I'm sure, but it gets the job done. You could no doubt also
get readline from the fink project, if you'd rather have something
prebuilt (but then again why are you building PG by hand if that's
what you want ...)

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Peter Bierman 2005-05-12 20:48:39 Re: how to copy data between machines ?
Previous Message D.C. 2005-05-12 20:33:31 Re: how to copy data between machines ?