Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > | COMMENT ON LARGE OBJECT NumericOnly IS comment_text > n->objname = makeList1(makeAConst($5));
Forget the makeAConst step --- it's just wasted cycles. In the execution routine, you can use code comparable to define.c's defGetInt64() to convert the Value node into a numeric OID, ie, either do intVal() or a call of oidin(). regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings