Re: pg_resetxlog: command not found - Mailing list pgsql-admin

From Devrim GÜNDÜZ
Subject Re: pg_resetxlog: command not found
Date
Msg-id 1269260819.2353.30.camel@hp-laptop2.gunduz.org
Whole thread Raw
In response to pg_resetxlog: command not found  ("Yazid Levasseur" <yazidvass@gmx.fr>)
List pgsql-admin
On Sun, 2010-03-21 at 21:11 +0100, Yazid Levasseur wrote:
> root@myservercrashedonCOPY :/usr/lib/postgresql/8.4/bin# pg_resetxlog
> -f /var/lib/postgresql/8.4/main
> -bash: pg_resetxlog: command not found

Either ./pg_resetxlog -f ... ,
or /usr/lib/postgresql/8.4/bin/pg_resetxlog -f .... Another way is
adding   /usr/lib/postgresql/8.4/bin to $PATH.
--
Devrim GÜNDÜZ
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
PostgreSQL RPM Repository: http://yum.pgrpms.org
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

Attachment

pgsql-admin by date:

Previous
From: Iñigo Martinez Lasala
Date:
Subject: Bad encoded chars in being inserted into database
Next
From: Anibal David Acosta
Date:
Subject: Re: insert in function writen in pgplsql