Cleanup created objects

git-svn-id: http://svn.osgeo.org/postgis/trunk@8543 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2011-12-24 09:58:03 +00:00
parent 13a055fb92
commit e259e46af1

View file

@ -32,6 +32,9 @@ INSERT INTO car5 (rid,rast) VALUES (3, ('01000003009A9999999999A93F9A9999999999A
-- Run test
SELECT rid, st_width(rast), st_height(rast), st_bandpixeltype(rast,1), st_bandpixeltype(rast,2), st_bandpixeltype(rast,3) FROM car5;
DROP TABLE car5;
COMMIT;
-----------------------------------------------------------------------