Re: [ADMIN] recovering data from pgsql 6.1 installation - Mailing list pgsql-admin

From Oliver Elphick
Subject Re: [ADMIN] recovering data from pgsql 6.1 installation
Date
Msg-id 199812012249.WAA02263@linda.lfix.co.uk
Whole thread Raw
In response to Re: [ADMIN] recovering data from pgsql 6.1 installation  (Andrey V Khavryutchenko <akhavr@compchem.kiev.ua>)
List pgsql-admin
Andrey V Khavryutchenko wrote:
  >OE> Look at the man page for postgres.
  >
  >Something in particular?

I can't remember what your original question was!  postgres is the backend
program, which is started by postmaster for each connection.

  >OE> I suggest you turn on debugging in the backend: nohup postmaster -o -e
  >OE> -d 2 >> /var/log/postgres.log 2>&1 &

  >$ sudo -u postgres /home/postgres/bin/postgres \
  >                   -D /home/postgres/data -e -d 2 mailing
 ...
  >Segmentation fault (core dumped)
  >
  >I guess I should rebuild postgres with debug info and report the backtrace?

Remember you can also use gdb (or ddd, which is nicer) to attach to a
running process.

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
               PGP key from public servers; key ID 32B8FAA1
                 ========================================
     "Who is like unto thee, O LORD, among the gods? who is
      like thee, glorious in holiness, fearful in praises,
      doing wonders?"             Exodus 15:11



pgsql-admin by date:

Previous
From: Andrey V Khavryutchenko
Date:
Subject: Re: [ADMIN] recovering data from pgsql 6.1 installation
Next
From: Marcus Mascari
Date:
Subject: left outer join