View Single Post

   
  #5 (permalink)  
Old 04-18-2008, 11:03 AM
Tom Lane
 
Posts: n/a
Default Re: Concurrent psql patch

Gregory Stark <stark@enterprisedb.com> writes:
> "David Fetter" <david@fetter.org> 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

Reply With Quote