Strange behavior

From: Rich <rich(at)weblynk(dot)com>
To: bugs(at)postgresql(dot)org
Subject: Strange behavior
Date: 1999-02-16 07:42:01
Message-ID: Pine.LNX.3.91.990215233915.25167A-100000@weblynk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

Browse pgsql-bugs by date

  From Date Subject
Next Message Rich 1999-02-16 07:51:02 Returned mail: User unknown (fwd)
Previous Message Roberto Joao Lopes Garcia 1999-02-11 14:28:02 date_part() BUG?