Search Postgresql Archives

Re: pg 8.0.1-r3 killls pgadmin3 and phppgadmin

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



PFC <lists@xxxxxxxxxxxxxxxxxxxxx> writes:
> 	I have no idea what to type in gbd to get the trace, though....

What I usually do is
- start a psql session
- in another window, find out the PID of the backend attached
  to the psql session, and do
	$ gdb /path/to/postgres backend_PID
	...
	gdb> b errfinish
	gdb> cont
- go back to psql session and issue problem command
- when gdb stops execution, do
	gdb> bt
	... useful printout is here ...
	gdb> quit
	sure you want to exit? y

			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux