On 10/03/2011 10:10 AM, Robert Burgholzer wrote: > FWIW - I am currently trying this while tracing the process that I > assume is the postmaster (/usr/bin/postgres -D /home/postgres/data), > since this process number indicates that it was recently restarted - > although the other PG processes, writer, wal writer, autovacuum, stats > collector all have their older pids indicating that they still survive.
Sounds like you are attaching to the wrong process. Try something like the below...
Joe
Session #1: (connect to db and load PL/R) ----------------- #psql contrib_regression psql (9.2devel) Type "help" for help.