Re: Postgresql 7.3.2-3 and 7.3.3-4 freeze

From: "Richard Hall" <rhall(at)micropat(dot)com>
To: Admin Gaston <admin(at)intergamesclub(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Postgresql 7.3.2-3 and 7.3.3-4 freeze
Date: 2003-07-17 17:12:35
Message-ID: 3F16D903.10CBCD2@micropat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Instead of

Comprueba = (SELECT "Usu_ID" FROM "Users" WHERE LOWER("Usu_Nick") =
LOWER(xUsu_Nick) );

use

SELECT "Usu_ID"
INTO Comprueba
FROM "Users"
WHERE LOWER("Usu_Nick") = LOWER(xUsu_Nick)

Rick

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-07-17 17:20:50 Re: Postgresql 7.3.2-3 and 7.3.3-4 freeze
Previous Message Admin Gaston 2003-07-17 16:36:45 Postgresql 7.3.2-3 and 7.3.3-4 freeze