Thread

  1. Returned mail: User unknown (fwd)

    Rich <rich@weblynk.com> — 1999-02-16T07:51:02Z

    Actually, forget the splitline stuff. Just executing that query hoses the 
    postmaster. Maybe the table is corrupt or something from killing the 
    postmaster.
    Rich.
     > 
    > Executing the following "splitline" sql query make the postmaster suck up 
    > all available memory and cpu time until killed.
    > 
    > an=> SELECT Autos.Id, Autos.Make, Autos.Model, Autos.Year, Owners.Name, 
    > Owners.Email FROM Owners, Autos  WHERE ( (autos.
    > an-> id=7877956427));
    > 
    > As you can see, the query is split after the "WHERE ( (autos." onto 
    > another line. This was a cut and paste mistake by me. I was surprised 
    > when it hosed the postmaster though instead of returning an sql error.
    > Rich.
    >