From f8c6ba4c8f41aa89e5846d532edaeec932756f3e Mon Sep 17 00:00:00 2001 From: rk Date: Wed, 26 Sep 2001 08:06:55 +0000 Subject: [PATCH] update about psql shell --- doc/INSTALL.postgresql | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/INSTALL.postgresql b/doc/INSTALL.postgresql index 5ec914ca..0a53b95c 100755 --- a/doc/INSTALL.postgresql +++ b/doc/INSTALL.postgresql @@ -5,7 +5,12 @@ prerequisites: we installed postgres on machines with debian / kernel 2.2 / jdk 1.3 (blackdown), make sure you don't have postgresql installed via debian / apt-get. if you do -purge the installation. the following things have to be down as superuser. +purge the installation. + +make sure you have libreadline-dev package installed, otherwise you won't be +able to use cursor/backspace in psql-shell. + +the following things have to be done as superuser (if not otherwise stated): 1. get the tarball from postgresql.org @@ -14,7 +19,8 @@ purge the installation. the following things have to be down as superuser. 3. configure -./configure --enable-odbc --enable-syslog --with-perl --enable-multibyte=UNICODE --enable-locale --enable-unicode-conversion --enable-recode --with-java + ./configure --enable-odbc --enable-syslog --with-perl --enable-multibyte=UNICODE \ + --enable-locale --enable-unicode-conversion --enable-recode --with-java 4. make -- 2.11.0