sea_coos_obs=# \d sst_map; Table "public.sst_map" Column | Type | Modifiers ------------------------------+-----------------------------+---------------------------------------------------------- seq | integer | not null default nextval('public.sst_map_seq_seq'::text) station_id | character varying | not null time_stamp | timestamp without time zone | not null z | double precision | label_z | double precision | temperature_celcius | double precision | temperature_fahrenheit | double precision | value_temperature_celcius | character varying | value_temperature_fahrenheit | character varying | lon | double precision | lat | double precision | title | character varying | institution | character varying | institution_url | character varying | institution_dods_url | character varying | source | character varying | refs | character varying | contact | character varying | report_time_stamp | timestamp without time zone | the_geom | geometry | not null