"Sebastian Reitenbach" <[EMAIL PROTECTED]> writes: > Tom Lane <[EMAIL PROTECTED]> wrote: >> You definitely should not expect to convert the names to integers.
> Then I do not understand why only the names of the first and the last WAL > file are stored in the backup history file. You can compare the filenames as strings (at least in C locale this works fine). 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