Re: Debug in postgresql using eclipse - Mailing list pgsql-novice

From amul sul
Subject Re: Debug in postgresql using eclipse
Date
Msg-id 1385340073.34278.YahooMailNeo@web193504.mail.sg3.yahoo.com
Whole thread Raw
In response to Debug in postgresql using eclipse  (Rohit Goyal <rhtgyl.87@gmail.com>)
List 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


pgsql-novice by date:

Previous
From: Rohit Goyal
Date:
Subject: Debug in postgresql using eclipse
Next
From: Aditya Rastogi
Date:
Subject: Duplicate values when using same sequence to generate columns across two different tables