1neighborhoods input.sql /^CREATE TABLE "neighborhoods" (gid serial,$/;" t 2gid input.sql /^CREATE TABLE "neighborhoods" (gid serial,$/;" E table:neighborhoods 3objectid input.sql /^"objectid" numeric(10,0),$/;" E table:neighborhoods 4pri_neigh_ input.sql /^"pri_neigh_" varchar(3),$/;" E table:neighborhoods 5pri_neigh input.sql /^"pri_neigh" varchar(50),$/;" E table:neighborhoods 6sec_neigh_ input.sql /^"sec_neigh_" varchar(3),$/;" E table:neighborhoods 7sec_neigh input.sql /^"sec_neigh" varchar(50),$/;" E table:neighborhoods 8shape_area input.sql /^"shape_area" numeric,$/;" E table:neighborhoods 9shape_len input.sql /^"shape_len" numeric);$/;" E table:neighborhoods 10neighborhoods_geom_gist input.sql /^CREATE INDEX "neighborhoods_geom_gist" ON "neighborhoods" USING GIST ("geom");$/;" i table:neighborhoods 11player input.sql /^CREATE TABLE "player" (uid serial, "name" varchar(50));$/;" t 12uid input.sql /^CREATE TABLE "player" (uid serial, "name" varchar(50));$/;" E table:player 13name input.sql /^CREATE TABLE "player" (uid serial, "name" varchar(50));$/;" E table:player 14