-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlegend_sql
More file actions
42 lines (30 loc) · 861 Bytes
/
legend_sql
File metadata and controls
42 lines (30 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
--
-- PostgreSQL database dump
--
-- Started on 2009-10-29 17:27:18 CET
SET client_encoding = 'UTF8';
SET standard_conforming_strings = off;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET escape_string_warning = off;
SET search_path = public, pg_catalog;
--
-- TOC entry 1909 (class 0 OID 0)
-- Dependencies: 1586
-- Name: legend_idlegend_seq; Type: SEQUENCE SET; Schema: public; Owner: vigiboard
--
SELECT pg_catalog.setval('legend_idlegend_seq', 4, true);
--
-- TOC entry 1906 (class 0 OID 22085)
-- Dependencies: 1587
-- Data for Name: legend; Type: TABLE DATA; Schema: public; Owner: vigiboard
--
COPY legend (idlegend, minthreshold, fillcolor, strokecolor) FROM stdin;
2 0 #73DE78 #5DB460
3 50 #FFFF00 #C8C800
4 90 #FF0000 #C80000
\.
-- Completed on 2009-10-29 17:27:18 CET
--
-- PostgreSQL database dump complete
--