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
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
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