Small regress cleanup.

This commit is contained in:
Bruce Momjian 1997-03-01 16:44:43 +00:00
parent 799755b30d
commit 872c708f8f
1 changed files with 1 additions and 0 deletions

View File

@ -1848,6 +1848,7 @@ three|f1 |x
|1004.3 |994.3
|1.23457e+20|1.23457e+20
|1.23457e-20|-10
(3 rows)
QUERY: SELECT '' AS three, f.f1, f.f1 / '-10' AS x FROM FLOAT4_TBL f
WHERE f.f1 > '0.0';