-- $Id$\r
-- Test the populate_geometry_columns,DropGeometryTable etc --\r
+\set VERBOSITY terse\r
DELETE FROM spatial_ref_sys WHERE srid = 4326;\r
INSERT INTO spatial_ref_sys ( srid, proj4text ) VALUES( 4326, '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs');\r
CREATE TABLE test_pt(gid SERIAL PRIMARY KEY, geom geometry);\r
1
The result: public.test_pt dropped.
NOTICE: table "unexistent" does not exist, skipping
-PL/pgSQL function "dropgeometrytable" line 22 at EXECUTE statement
Unexistant: public.unexistent dropped.