-- -- 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: platform_type_row_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres -- SELECT pg_catalog.setval(pg_catalog.pg_get_serial_sequence('platform_type', 'row_id'), 1, false); -- -- Data for Name: platform_type; Type: TABLE DATA; Schema: public; Owner: postgres -- INSERT INTO platform_type VALUES (1, 'buoy', 'A buoy or mooring'); INSERT INTO platform_type VALUES (2, 'wl', 'Water Level Stations'); INSERT INTO platform_type VALUES (3, 'metar', 'Meterological Stations'); INSERT INTO platform_type VALUES (4, 'met', 'NDBC met station'); INSERT INTO platform_type VALUES (5, '00010', 'USGS station'); -- -- PostgreSQL database dump complete --