wboykinm

geometry_columns details

Jul 28th, 2011
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. landplanner1=# \d geometry_columns
  2.             Table "public.geometry_columns"
  3.       Column       |          Type          | Modifiers
  4. -------------------+------------------------+-----------
  5.  f_table_catalog   | character varying(256) | not null
  6.  f_table_schema    | character varying(256) | not null
  7.  f_table_name      | character varying(256) | not null
  8.  f_geometry_column | character varying(256) | not null
  9.  coord_dimension   | integer                | not null
  10.  srid              | integer                | not null
  11.  type              | character varying(30)  | not null
  12. Indexes:
  13.     "geometry_columns_pk" PRIMARY KEY, btree (f_table_catalog, f_table_schema, f_table_name, f_geometry_column)
Advertisement
Add Comment
Please, Sign In to add comment