Advertisement
dpalmetz

mountainbike_strecken_temp2

Feb 19th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. --
  2. -- PostgreSQL database dump
  3. --
  4.  
  5. -- Dumped from database version 9.6.15
  6. -- Dumped by pg_dump version 11.3
  7.  
  8. -- Started on 2020-02-19 11:17:56
  9.  
  10. SET statement_timeout = 0;
  11. SET lock_timeout = 0;
  12. SET idle_in_transaction_session_timeout = 0;
  13. SET client_encoding = 'UTF8';
  14. SET standard_conforming_strings = on;
  15. SELECT pg_catalog.set_config('search_path', '', false);
  16. SET check_function_bodies = false;
  17. SET xmloption = content;
  18. SET client_min_messages = warning;
  19. SET row_security = off;
  20.  
  21. SET default_tablespace = '';
  22.  
  23. SET default_with_oids = false;
  24.  
  25. --
  26. -- TOC entry 277 (class 1259 OID 13861552)
  27. -- Name: mountainbike_strecken_temp2; Type: TABLE; Schema: public; Owner: admlvavogis
  28. --
  29.  
  30. CREATE TABLE public.mountainbike_strecken_temp2 (
  31. ogc_fid integer,
  32. objectid numeric(19,0),
  33. sde_id numeric(10,0),
  34. mtb_id numeric(10,0),
  35. id_lut_bikeroute character varying(4000),
  36. weg_art character varying,
  37. weg_katego text,
  38. weg_laenge numeric(18,11),
  39. laenge_3d numeric(18,11),
  40. temp_id numeric(18,11),
  41. steig_max numeric(4,0),
  42. hm_auf_ri numeric(4,0),
  43. hm_auf_gri numeric(4,0),
  44. hm_ri numeric(4,0),
  45. label character varying(50),
  46. pro_asphal numeric(18,11),
  47. pro_schott numeric(18,11),
  48. pro_gelaen numeric(18,11),
  49. datum date,
  50. modify_timestamp character varying(10),
  51. wkb_geometry public.geometry(Geometry,31254)
  52. );
  53.  
  54.  
  55. ALTER TABLE public.mountainbike_strecken_temp2 OWNER TO admlvavogis;
  56.  
  57. --
  58. -- TOC entry 4847 (class 0 OID 13861552)
  59. -- Dependencies: 277
  60. -- Data for Name: mountainbike_strecken_temp2; Type: TABLE DATA; Schema: public; Owner: admlvavogis
  61. --
  62.  
  63. COPY public.mountainbike_strecken_temp2 (ogc_fid, objectid, sde_id, mtb_id, id_lut_bikeroute, weg_art, weg_katego, weg_laenge, laenge_3d, temp_id, steig_max, hm_auf_ri, hm_auf_gri, hm_ri, label, pro_asphal, pro_schott, pro_gelaen, datum, modify_timestamp, wkb_geometry) FROM stdin;
  64. 1377 1300000521099 447214 20162 2 2 Schotterstrecke 0.00000000000 0.00000000000 0.00000000000 0 0 0 0 0.00000000000 0.89719239948 0.00000000000 2019-07-16 21.11.2019 0105000020167A00000100000001020000000F000000000000003952E5C00000005012F60D4100000000AF51E5C0000000E070F50D4100000000AF51E5C00000003070F40D41000000004551E5C0000000A013F40D4100000000FD4FE5C0000000C0A9F30D4100000080B24EE5C00000002057F30D4100000080484CE5C000000050EDF20D41000000C05249E5C00000006082F20D41000000C06B47E5C0000000C03FF20D4100000080E446E5C00000004025F20D41000000C0D746E5C0000000B008F20D41000000002447E5C000000020ECF10D4100000040F347E5C000000010C7F10D41000000C0AF49E5C000000000A2F10D41000000C0C849E5C000000060A0F10D41
  65. \.
  66.  
  67.  
  68. -- Completed on 2020-02-19 11:17:57
  69.  
  70. --
  71. -- PostgreSQL database dump complete
  72. --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement