Fix #7123 - getting abra ready to test
[Pman.Xtuple] / pgsql.initdata / public.incdtpriority.sql
1 --
2 -- PostgreSQL database dump
3 --
4
5 SET statement_timeout = 0;
6 SET client_encoding = 'UTF8';
7 SET standard_conforming_strings = on;
8 SET check_function_bodies = false;
9 SET client_min_messages = warning;
10
11 SET search_path = public, pg_catalog;
12
13 --
14 -- Data for Name: incdtpriority; Type: TABLE DATA; Schema: public; Owner: admin
15 --
16
17 SET SESSION AUTHORIZATION DEFAULT;
18
19 ALTER TABLE incdtpriority DISABLE TRIGGER ALL;
20
21 COPY incdtpriority (incdtpriority_id, incdtpriority_name, incdtpriority_order, incdtpriority_descrip) FROM stdin;
22 2       High    1       \N
23 3       Normal  2       \N
24 4       Low     3       \N
25 5       Very Low        4       \N
26 1       Very High       0       \N
27 \.
28
29
30 ALTER TABLE incdtpriority ENABLE TRIGGER ALL;
31
32 --
33 -- Name: incdtpriority_incdtpriority_id_seq; Type: SEQUENCE SET; Schema: public; Owner: admin
34 --
35
36 SELECT pg_catalog.setval('incdtpriority_incdtpriority_id_seq', 5, true);
37
38
39 --
40 -- PostgreSQL database dump complete
41 --
42