Simon Riggs <[EMAIL PROTECTED]> writes: > We want a single row output, with two columns, yes? > Presumably: > xlogfilename TEXT > offset INTEGER
Sounds right to me. int4 should be wide enough for practical xlog segment sizes. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match