-- -- PostgreSQL database dump -- SET client_encoding = 'SQL_ASCII'; SET check_function_bodies = false; SET client_min_messages = warning; SET search_path = public, pg_catalog; -- -- Name: organization_row_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres -- SELECT pg_catalog.setval(pg_catalog.pg_get_serial_sequence('organization', 'row_id'), 6, true); -- -- Data for Name: organization; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO organization VALUES (11, 'skio', true, 'Skidaway Institute of Oceanography', ''); INSERT INTO organization VALUES (12, 'nerrs', true, 'National Estuarine Research Reserve System', NULL); INSERT INTO organization VALUES (10, 'ndbc', true, 'National Data Buoy Center', ''); INSERT INTO organization VALUES (5, 'nos', true, 'National Ocean Service', NULL); INSERT INTO organization VALUES (3, 'nws', true, 'National Weather Service', NULL); INSERT INTO organization VALUES (4, 'usgs', true, 'United States Geological Survey', NULL); INSERT INTO organization VALUES (6, 'nccoos', true, 'North Carolina Coastal Ocean Observing System', NULL); INSERT INTO organization VALUES (9, 'seacoos', true, 'Southeast Atlantic Coastal Ocean Observing System', NULL); INSERT INTO organization VALUES (1, 'carocoops', true, 'Carolinas Coastal Ocean Observing and Prediction System', NULL); INSERT INTO organization VALUES (2, 'cormp', true, 'Coastal Ocean Research and Monitoring Program', NULL); -- -- PostgreSQL database dump complete --