[HACKERS] Transaction question

2004-03-30 Thread kkim3
Hello, I'm trying to insert new row in a system catalog table and then I'd like to retrieve this value in one command internally. I started new transaction for insertion operation and commited that transaction. And insert operation works well, but I give me server crash error. Could you let me

Re: [HACKERS] Transaction question

2004-03-30 Thread kkim3
Thank you. At the first time, it works well. But if I try to do same command again, it still give me a server crash error. On Tue, Mar 30, 2004 at 12:58:31PM -0500, [EMAIL PROTECTED] wrote: I'm trying to insert new row in a system catalog table and then I'd like to retrieve this value in one

[HACKERS] Making new system catalog

2003-11-14 Thread kkim3
Dear, I'd like to make new system catalog table.Could you let me know how to do about that? ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that

[HACKERS] Question about debugger

2003-10-16 Thread kkim3
Hello, I'm a student who use postgresql. I'd like to debug postgres source code.I tried to use ddd in linux. The thing what I want to do is debugging backend part.How can I do that. The commands that I used until now are following. 1. ddd postgres 2. In the ddd,I tried to attach pid. (but I