[HACKERS] help

2002-10-10 Thread
Hello, which global variable is the path of postgresql binary? such as /usr/local/pgsql/bin I only find pg_pathbname stand for postgres full pathname. thank you in advance. Jinqiang Han ---(end of broadcast)--- TIP 1: subscribe and un

[HACKERS] inquiry about multi-row resultset in functions

2002-10-09 Thread
dear hacker, hello. I want to know how to build a function of my own which returns rows of resultset, not just a row. Can anybody help me? Thank you in advance. Jinqiang Han ---(end of broadcast)--- TIP 2: you can get off all lists at once

Re: [HACKERS] inquiry

2002-09-25 Thread
thank you for your information. I want to use the imformation of show or other utilities sql in jdbc interface. generally  resultset is empty when such sql is execute. I want to get the information like psql. How can I do? Thanks again. You should ask this on general, and be mo

[HACKERS] inquiry

2002-09-25 Thread
Dear Momjian£¬ hello, I want to make the show variable SQL to return  message like pgresult. how can I revise the source code? Any suggestion? I really need you help. Jinqiang Han

[HACKERS] inquiry

2002-09-17 Thread
Hi,all expert of the postgresql. I want to learn the kernel of postgresql. When I debug it with gdb, I come to a problem that I can't solve. In the BackendStartup() it forks a new child process. I can't trace into the new child process with attach. It say that Operation is not permitte