Gregory Stark <[EMAIL PROTECTED]> writes: > "David Fetter" <[EMAIL PROTECTED]> writes: >> What's the reasoning behind \c&? Does it "send things into the >> background" the way & does in the shell?
> Sort of. It sends the *subsequent* command to the background... That sounds just bizarre. Existing backslash commands that do something to a SQL command are typed *after* the command they affect (\g for instance). I don't think you should randomly change that. 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