From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | subham(at)cse(dot)iitb(dot)ac(dot)in |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Needs Suggestion |
Date: | 2010-07-04 03:22:01 |
Message-ID: | AANLkTikCvOM_0TRMRNyvdy0dYGhGmYeXZEK9fI03ZC7N@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sat, Jul 3, 2010 at 1:04 PM, <subham(at)cse(dot)iitb(dot)ac(dot)in> wrote:
> I am currently a student of IIT Bombay of CSE department. I am doing a
> project on postgres. I need to understand its code thoroughly, so I need
> "ddd" to "step through" its code. I need to start postgres on the
> "backend" mode to work it with "ddd".But I am facing some difficulties in
> setting up the "ddd" with "postgres" in "backend" mode.
>
> I installed postgres many times using the instruction mentioned in the
> file "INSTALL". Starting the postgres from foreground is working fine but
> the "backend" mode does not work.
>
> Kindly, suggest me how to run the postgres in "backend" mode. I have to
> understand its code thoroughly to do my postgres project.
If by "backend" mode you mean a standalone backend, try "postgres --single".
If you mean something else... you'll need to explain a bit more.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2010-07-04 04:05:45 | pessimal trivial-update performance |
Previous Message | Peter Eisentraut | 2010-07-04 03:18:44 | Re: Issue: Deprecation of the XML2 module 'xml_is_well_formed' function |