Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. gis=> d contour;
  2. Table "public.contour"
  3. Column | Type | Collation | Nullable | Default
  4. --------------+-----------------------------+-----------+----------+------------------------------------------
  5. ogc_fid | integer | | not null | nextval('contour_ogc_fid_seq'::regclass)
  6. id | numeric(8,0) | | |
  7. height | numeric(12,3) | | |
  8. wkb_geometry | geometry(LineString,900914) | | |
  9. Indexes:
  10. "contour_pkey" PRIMARY KEY, btree (ogc_fid)
  11. "contour_wkb_geometry_geom_idx" gist (wkb_geometry)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement