Re: Debug in postgresql using eclipse

From: amul sul <sul_amul(at)yahoo(dot)co(dot)in>
To: Rohit Goyal <rhtgyl(dot)87(at)gmail(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Debug in postgresql using eclipse
Date: 2013-11-25 00:41:13
Message-ID: 1385340073.34278.YahooMailNeo@web193504.mail.sg3.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi Rohit,

>I know how to start postgres server using eclipse
I think you started to debug the postmaster process, right?

Try to attached child process fork by this postmaster process(already attached).
follow further instruction  @
http://wiki.postgresql.org/wiki/Working_with_Eclipse#Debugging_with_child_processes

Regards,
Amul

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Aditya Rastogi 2013-11-27 09:00:18 Duplicate values when using same sequence to generate columns across two different tables
Previous Message Rohit Goyal 2013-11-24 22:56:08 Debug in postgresql using eclipse