Advertisement
LulzSec_Guatemala

cco.gov.co

Jun 22nd, 2012
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 13.72 KB | None | 0 0
  1. :::::::::::::::::::::::::::::::::::::: LulzSec Guatemala ::::::::::::::::::::::::::::::::::
  2.  
  3. Twitter -----> https://www.twiter.com/LulzSec_GT ( @LulzSec_GT )
  4. Fabook ------> https://www.facebook.com/pages/LulzSec-Guatemala/333756649974544
  5. Google + ----> https://plus.google.com/u/0/102917008474719760899
  6.  
  7. :::::::::::::::::::::::::::::::::::::: #LulzSec_GT :::::::::::::::::::::::::::::::::::::::::::::
  8.  
  9. --
  10. -- PostgreSQL database dump
  11. --
  12.  
  13. SET client_encoding = 'UTF8';
  14. SET standard_conforming_strings = off;
  15. SET check_function_bodies = FALSE;
  16. SET client_min_messages = warning;
  17. SET escape_string_warning = off;
  18.  
  19. SET search_path = public, pg_catalog;
  20.  
  21. SET default_tablespace = '';
  22.  
  23. SET default_with_oids = FALSE;
  24.  
  25. --
  26. -- Name: borrar; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  27. --
  28.  
  29. CREATE TABLE borrar (
  30.     fac_id CHARACTER VARYING(3) NOT NULL,
  31.     pro12 INTEGER,
  32.     fac_des1 CHARACTER VARYING(23),
  33.     ind1 INTEGER,
  34.     responsable CHARACTER(1),
  35.     responsable1 CHARACTER(150),
  36.     responsable2 CHARACTER(150)
  37. );
  38.  
  39.  
  40. ALTER TABLE public.borrar OWNER TO postgres;
  41.  
  42. --
  43. -- Name: factores; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  44. --
  45.  
  46. CREATE TABLE factores (
  47.     fac_id CHARACTER VARYING(3) NOT NULL,
  48.     fac_des CHARACTER VARYING(255) NOT NULL,
  49.     fact1 INTEGER,
  50.     fact2 INTEGER,
  51.     fact3 INTEGER,
  52.     fact4 INTEGER,
  53.     fact5 INTEGER,
  54.     fact6 INTEGER,
  55.     fact7 INTEGER,
  56.     fact8 INTEGER,
  57.     fact9 INTEGER,
  58.     fact10 INTEGER,
  59.     fact11 INTEGER,
  60.     fact12 INTEGER,
  61.     control INTEGER,
  62.     responsable CHARACTER(150)
  63. );
  64.  
  65.  
  66. ALTER TABLE public.factores OWNER TO postgres;
  67.  
  68. --
  69. -- Name: indicadores; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  70. --
  71.  
  72. CREATE TABLE indicadores (
  73.     ind_id CHARACTER VARYING(4) NOT NULL,
  74.     ind_des CHARACTER VARYING(255) NOT NULL,
  75.     ind1 INTEGER,
  76.     ind2 INTEGER,
  77.     ind3 INTEGER,
  78.     ind4 INTEGER,
  79.     ind5 INTEGER,
  80.     ind6 INTEGER,
  81.     ind7 INTEGER,
  82.     ind8 INTEGER,
  83.     ind9 INTEGER,
  84.     ind10 INTEGER,
  85.     ind11 INTEGER,
  86.     ind12 INTEGER,
  87.     unidades CHARACTER(200)
  88. );
  89.  
  90.  
  91. ALTER TABLE public.indicadores OWNER TO postgres;
  92.  
  93. --
  94. -- Name: lineas; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  95. --
  96.  
  97. CREATE TABLE lineas (
  98.     lin_id CHARACTER VARYING(3) NOT NULL,
  99.     lin_des CHARACTER VARYING(255) NOT NULL
  100. );
  101.  
  102.  
  103. ALTER TABLE public.lineas OWNER TO postgres;
  104.  
  105. --
  106. -- Name: programas; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  107. --
  108.  
  109. CREATE TABLE programas (
  110.     pro_id CHARACTER VARYING(2) NOT NULL,
  111.     pro_des CHARACTER VARYING(255) NOT NULL,
  112.     pro1 INTEGER,
  113.     pro2 INTEGER,
  114.     pro3 INTEGER,
  115.     pro4 INTEGER,
  116.     pro5 INTEGER,
  117.     pro6 INTEGER,
  118.     pro7 INTEGER,
  119.     pro8 INTEGER,
  120.     pro9 INTEGER,
  121.     pro10 INTEGER,
  122.     pro11 INTEGER,
  123.     pro12 INTEGER,
  124.     unidades CHARACTER(200)
  125. );
  126.  
  127.  
  128. ALTER TABLE public.programas OWNER TO postgres;
  129.  
  130. --
  131. -- Name: usuario; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  132. --
  133.  
  134. CREATE TABLE usuario (
  135.     user_id INTEGER NOT NULL,
  136.     login CHARACTER VARYING(10),
  137.     passwd CHARACTER VARYING(35),
  138.     name CHARACTER VARYING(100)
  139. );
  140.  
  141.  
  142. ALTER TABLE public.usuario OWNER TO postgres;
  143.  
  144. --
  145. -- Name: variables; Type: TABLE; Schema: public; Owner: postgres; Tablespace:
  146. --
  147.  
  148. CREATE TABLE VARIABLES (
  149.     var_id CHARACTER VARYING(3) NOT NULL,
  150.     var_des CHARACTER VARYING(255) NOT NULL,
  151.     var1 INTEGER,
  152.     var2 INTEGER,
  153.     var3 INTEGER,
  154.     var4 INTEGER,
  155.     var5 INTEGER,
  156.     var6 INTEGER,
  157.     var7 INTEGER,
  158.     var8 INTEGER,
  159.     var9 INTEGER,
  160.     var10 INTEGER,
  161.     var11 INTEGER,
  162.     var12 INTEGER,
  163.     unidades CHARACTER(200)
  164. );
  165.  
  166.  
  167. ALTER TABLE public.VARIABLES OWNER TO postgres;
  168.  
  169. --
  170. -- Data for Name: borrar; Type: TABLE DATA; Schema: public; Owner: postgres
  171. --
  172.  
  173. COPY borrar (fac_id, pro12, fac_des1, ind1, responsable, responsable1, responsable2) FROM stdin;
  174. Bc  \N  0   \N  \N  \N  \N
  175. Bd  \N  0   \N  \N  \N  \N
  176. Bg  123 0   \N  \N  \N  \N
  177. Ba  \N  0   \N  \N  COMISION COLOMBIANA DEL OCEANO                                                                                                                          \N
  178. G   4   0   0       \N  \N
  179. \.
  180.  
  181.  
  182. --
  183. -- Data for Name: factores; Type: TABLE DATA; Schema: public; Owner: postgres
  184. --
  185.  
  186. COPY factores (fac_id, fac_des, fact1, fact2, fact3, fact4, fact5, fact6, fact7, fact8, fact9, fact10, fact11, fact12, control, responsable) FROM stdin;
  187. \.
  188.  
  189.  
  190. --
  191. -- Data for Name: indicadores; Type: TABLE DATA; Schema: public; Owner: postgres
  192. --
  193.  
  194. COPY indicadores (ind_id, ind_des, ind1, ind2, ind3, ind4, ind5, ind6, ind7, ind8, ind9, ind10, ind11, ind12, unidades) FROM stdin;
  195. \.
  196.  
  197.  
  198. --
  199. -- Data for Name: lineas; Type: TABLE DATA; Schema: public; Owner: postgres
  200. --
  201.  
  202. COPY lineas (lin_id, lin_des) FROM stdin;
  203. DE  Desarrollo Economico
  204. PMA Proteccion del Medio Ambiente Marino
  205. FTH Formacion del Talento Humano y Fortalecimiento del Capital Social
  206. DT  Desarrollo Territorial
  207. DIM Desarrollo Institucional Maritimo
  208. \.
  209.  
  210.  
  211. --
  212. -- Data for Name: programas; Type: TABLE DATA; Schema: public; Owner: postgres
  213. --
  214.  
  215. COPY programas (pro_id, pro_des, pro1, pro2, pro3, pro4, pro5, pro6, pro7, pro8, pro9, pro10, pro11, pro12, unidades) FROM stdin;
  216. MM  Marina Mercante 0   0   0   0   0   0   0   0   0   0   0   0   % de competitividad de la Marina Mercante Nacional                                                                                                                                                      
  217. AM  Autoridad Maritima  0   0   0   0   0   0   0   0   0   0   0   0   % De gestion y fortalecimiento de la autoridad maritima                                                                                                                                                
  218. OT  Ordenamiento Territorial    0   0   0   0   0   0   0   0   0   0   0   0   % de avance en el ordenamiento territorial de zonas costeras                                                                                                                                            
  219. PD  Prevencion y Atencion de Desastres  0   0   0   0   0   0   0   0   0   0   0   0   % de avance en la prevencion y atencion de desastres en la zona costera                                                                                                                                
  220. AP  Agua potable y Saneamiento Basico   0   0   0   0   0   0   0   0   0   0   0   0   % Avance en conservacion                                                                                                                                                                                
  221. PU  Puertos e infraestructura   0   0   0   0   0   0   0   0   0   0   0   0   % de competitividad del sector Portuario Nacional                                                                                                                                                      
  222. IM  Industria Maritima  0   0   0   0   0   0   0   0   0   0   0   0   % de competitividad de la industria Maritima en el Pais                                                                                                                                                
  223. PA  Pesca y Acuicultura 0   0   0   0   0   0   0   0   0   0   0   0   % desarrollo pesca y acuicultura Nacional                                                                                                                                                              
  224. TM  Transporte Maritimo 0   0   0   0   0   0   0   0   0   0   0   0   % desarrollo del transporte maritimo en el pais                                                                                                                                                        
  225. IT  Industria Turistica 0   0   0   0   0   0   0   0   0   0   0   0   % Avance de la Industria turistica en Colombia                                                                                                                                                          
  226. ME  Minerales, hidrocarburos y fuentes alternativas de energia  0   0   0   0   0   0   0   0   0   0   0   0   % Aprovechamiento de los Minerales, hidrocarburos y fuentes alternativas de energia                                                                                                                    
  227. AS  Areas Protegidas    0   0   0   0   0   0   0   0   0   0   0   0    % avance en conservacion                                                                                                                                                                              
  228. AD  Areas Degradadas    0   0   0   0   0   0   0   0   0   0   0   0   % avance en la correccion de areas degradadas (escala 1-100)                                                                                                                                            
  229. BD  Biodiversidad y Especies Amenazadas 0   0   0   0   0   0   0   0   0   0   0   0   % de avance en la conservacion y recuperacion                                                                                                                                                          
  230. CN  Reduccion de Contaminacion Marina   0   0   0   0   0   0   0   0   0   0   0   0   % de avance en la reduccion de la contaminacion                                                                                                                                                        
  231. CS  Capital Social  0   0   0   0   0   0   0   0   0   0   0   0   % Avance en el fortalecimiento del capital social                                                                                                                                                      
  232. CM  Conciencia maritima 0   0   0   0   0   0   0   0   0   0   0   0   % De fomento en la conciencia maritima                                                                                                                                                                  
  233. CH  Capital Humano  0   0   0   0   0   0   0   0   0   0   0   0   % Fortalecimiento del Capital Humano                                                                                                                                                                    
  234. PN  Poder Naval 0   0   0   0   0   0   0   0   0   0   0   0   % De Poder Naval                                                                                                                                                                                        
  235. \.
  236.  
  237.  
  238. --
  239. -- Data for Name: usuario; Type: TABLE DATA; Schema: public; Owner: postgres
  240. --
  241.  
  242. COPY usuario (user_id, login, passwd, name) FROM stdin;
  243. 1   raul    32f81ece0e865834ba1579dabb548aff    COMISION COLOMBIANA DEL OCEANO
  244. 2   minjus  3af62635c64ee6fb6f26d67dff1b2b4b    MINISTERIO DEL INTERIOR Y JUSTICIA
  245. 3   minrel  83be1d4654f08ec10be5d658b8a29e43    MINISTERIO DE RELACIONES EXTERIORES
  246. 4   mindef  cbb501a17b35a6c66005499a568275b4    MINISTERIO DE DEFENSA NACIONAL
  247. 5   minagr  242e3b425305fda2f6cdb7e583c02942    MINISTERIO DE AGRICULTURA Y DESARROLLO RURAL
  248. 6   mincom  59d913dcd7335fc278faeb70f243cfe3    MINISTERIO DE COMERCIO, INDUSTRIA Y TURISMO
  249. 7   minamb  38a741a34142761e6be457adfb03e901    MINISTERIO DE AMBIENTE, VIVIENDA Y DESARROLLO TERRITORIAL
  250. 9   minmin  eda59e20bc12d56769cae49abcdeb1b6    MINISTERIO DE MINAS Y ENERGIA
  251. 10  minedu  164009f4f6ca81fe95e7e06195238306    MINISTERIO DE EDUCACION
  252. 11  mintra  f45dbd968a9c169527ff250eb1eca4ea    MINISTERIO DE TRANSPORTE
  253. 12  armnac  073eb9c6dce01d8af415419a950e6273    ARMADA NACIONAL
  254. 13  depnac  eff40901ea1ce73b56abb0604eabf3f1    DEPARTAMENTO NACIONAL DE PLANEACION
  255. 14  dirgen  5b42a54fac4cdd8c8fd10d99bb9643b1    DIRECCION GENERAL MARITIMA
  256. 15  colcie  5dd4dd2883b23cf597aa309666f46e32    COLCIENCIAS
  257. 16  asocol  9b30904bd681a20a1efa6c339bdb090e    ASOCIACION COLOMBIANA DE UNIVERSIDADES
  258. 17  dirpar  434c2f1353b026969d850b2d3545383e    DIRECCION PARA LA PREVENCION Y ATENCION DE DESASTRES
  259. 18  supdep  18cfa14f1c96aa8d9aee1ffcb7f40fe2    SUPERINTENDENCIA DE PUERTOS
  260. \.
  261.  
  262.  
  263. --
  264. -- Data for Name: variables; Type: TABLE DATA; Schema: public; Owner: postgres
  265. --
  266.  
  267. COPY VARIABLES (var_id, var_des, var1, var2, var3, var4, var5, var6, var7, var8, var9, var10, var11, var12, unidades) FROM stdin;
  268. \.
  269.  
  270.  
  271. --
  272. -- Name: borrar_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  273. --
  274.  
  275. ALTER TABLE ONLY borrar
  276.     ADD CONSTRAINT borrar_pkey PRIMARY KEY (fac_id);
  277.  
  278.  
  279. --
  280. -- Name: factores_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  281. --
  282.  
  283. ALTER TABLE ONLY factores
  284.     ADD CONSTRAINT factores_pkey PRIMARY KEY (fac_id);
  285.  
  286.  
  287. --
  288. -- Name: indicadores_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  289. --
  290.  
  291. ALTER TABLE ONLY indicadores
  292.     ADD CONSTRAINT indicadores_pkey PRIMARY KEY (ind_id);
  293.  
  294.  
  295. --
  296. -- Name: lineas_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  297. --
  298.  
  299. ALTER TABLE ONLY lineas
  300.     ADD CONSTRAINT lineas_pkey PRIMARY KEY (lin_id);
  301.  
  302.  
  303. --
  304. -- Name: pk; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  305. --
  306.  
  307. ALTER TABLE ONLY usuario
  308.     ADD CONSTRAINT pk PRIMARY KEY (user_id);
  309.  
  310.  
  311. --
  312. -- Name: programas_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  313. --
  314.  
  315. ALTER TABLE ONLY programas
  316.     ADD CONSTRAINT programas_pkey PRIMARY KEY (pro_id);
  317.  
  318.  
  319. --
  320. -- Name: variables_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace:
  321. --
  322.  
  323. ALTER TABLE ONLY VARIABLES
  324.     ADD CONSTRAINT variables_pkey PRIMARY KEY (var_id);
  325.  
  326.  
  327. --
  328. -- Name: public; Type: ACL; Schema: -; Owner: postgres
  329. --
  330.  
  331. REVOKE ALL ON SCHEMA public FROM PUBLIC;
  332. REVOKE ALL ON SCHEMA public FROM postgres;
  333. GRANT ALL ON SCHEMA public TO postgres;
  334. GRANT ALL ON SCHEMA public TO PUBLIC;
  335.  
  336.  
  337. --
  338. -- PostgreSQL database dump complete
  339. --
  340.  
  341. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  342.  
  343. . /$$                 /$$            /$$$$$$
  344. .| $$                | $$           /$$__  $$
  345. .| $$       /$$   /$$| $$ /$$$$$$$$| $$  \__/  /$$$$$$   /$$$$$$$  #AntiSec
  346. .| $$      | $$  | $$| $$|____ /$$/|  $$$$$$  /$$__  $$ /$$_____/  
  347. .| $$      | $$  | $$| $$   /$$$$/  \____  $$| $$$$$$$$| $$
  348. .| $$      | $$  | $$| $$  /$$__/   /$$  \ $$| $$_____/| $$        
  349. .| $$$$$$$$|  $$$$$$/| $$ /$$$$$$$$|  $$$$$$/|  $$$$$$$|  $$$$$$.$
  350. .|________/ \______/ |__/|________/ \______/  \_______/ \_______/   #LulzSec_GT
  351.                           //Riéndome de tu seguridad!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement