Re: pg_resetxlog command not found

From: viney <viney(dot)chow(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_resetxlog command not found
Date: 2013-03-11 09:53:39
Message-ID: 1362995619198-5748112.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is so easy

use pg_config command

sudo apt-get install libpg-dev

use use pg_config command
viney(at)viney ~ $ pg_config
BINDIR = /usr/lib/postgresql/9.1/bin
DOCDIR = /usr/share/doc/postgresql
HTMLDIR = /usr/share/doc/postgresql
INCLUDEDIR = /usr/include/postgresql
PKGINCLUDEDIR = /usr/include/postgresql
INCLUDEDIR-SERVER = /usr/include/postgresql/9.1/server
LIBDIR = /usr/lib
PKGLIBDIR = /usr/lib/postgresql/9.1/lib
LOCALEDIR = /usr/share/locale
MANDIR = /usr/share/postgresql/9.1/man
SHAREDIR = /usr/share/postgresql/9.1
SYSCONFDIR = /etc/postgresql-common

cd /usr/lib/postgresql/9.1/bin

pg_resetxlog is here.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/pg-resetxlog-command-not-found-tp1883533p5748112.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2013-03-11 11:00:29 Re: PostgreSQL connect with Visual C++
Previous Message Andreas Kretschmer 2013-03-11 06:53:34 Re: ERROR: relation "employees" does not exist