pgScript bug

From: Friar <fr1ar(at)mail(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: pgScript bug
Date: 2013-06-11 17:43:24
Message-ID: 1370972604.142897464@f378.i.mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello! I've found pgScript bug:

SET @now = '2013-06-01 12:00:00.00000';
SET @now = '@now';
SELECT @now::timestamp;

This code is executed indefinitely .

pgAdmin v1.16.1 for Windows, postgres 9.2 Debian 6.0

With best regards, Konstantin

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephen Frost 2013-06-11 17:55:50 Re: Memory-leak in BackgroundWriter(and Checkpointer)
Previous Message Andres Freund 2013-06-11 16:26:52 Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC