Обсуждение: pgScript bug

Поиск
Список
Период
Сортировка

pgScript bug

От
Friar
Дата:
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