"Dave Page" <[email protected]> writes:
> 1) Stop them rejecting paths that use Windows backslash directory
> seperators.
Hmm, seems like it should be using is_absolute_path(). Will fix.
> 2) Allow absolute paths to files into the data dir, as we already do for
> the log dir.
Seems reasonable, given that we expose the data dir path anyway.
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