[HACKERS] Defining my own operator's precedence

2006-03-05 Thread Pierre Racine
Hi, I have develop my own data type and my own operators on this data type. I could not find how to tell PostgreSQL which precedence I want to assign to my operator. For example, I want my unary operator "~" to have a higher precedence than my "+" operator. For now I have to use parenthesis to

[HACKERS] GUI Debugger for PostgreSQL on Windows

2005-12-13 Thread Pierre Racine
Hi, This might be a newbie question but I'm wondering how, most of you guys, are debugging PostgreSQL on Windows (XP) ? Are you all using gdb? I want to develop a new data type and I'd like to trace code in a graphical interface. I have been trying very hard with Eclipse without success. Insig

[HACKERS] GUI Debugging on Windows

2005-12-12 Thread Pierre Racine
Hi, This might be a newbie question but I'm wondering how most of you are debugging PostgreSQL on Windows (XP) ? Are you all using gdb? I want to develop a new data type and I'd like to trace code in a graphical interface. I have been trying very hard with Eclipse without success. Insight does