Pierre LEBRECH <[EMAIL PROTECTED]> writes: > the utility pg_dumplo used to exist in pgsql 7.x and 8.0.4. Now, in > 8.1.1, I can not find it anymore in the contrib directory. Why?
You no longer need it because pg_dump can do it perfectly well. > May I use the one that I can find in 8.0.4? Should work okay, yes. 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