view db_schema/stammdaten_data_koordinaten_art.sql @ 1332:65ed13ff9945 2.6.1

Changed authorization for Messprogramm. * Added 'readonly' flag * Only user with function '4' and the corresponding 'netzbetreiber' are allowed to edit. * User authorized to create a 'probe' are allowed to generate proben.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 29 Mar 2017 14:25:56 +0200
parents 3923b41f8783
children
line wrap: on
line source
\set ON_ERROR_STOP on

--
-- PostgreSQL database dump
--

-- Dumped from database version 9.5.1
-- Dumped by pg_dump version 9.5.0

-- Started on 2016-03-31 11:38:13

SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;

SET search_path = stammdaten, pg_catalog;


--
-- TOC entry 4687 (class 0 OID 535733)
-- Dependencies: 252
-- Data for Name: koordinaten_art; Type: TABLE DATA; Schema: stammdaten; Owner: lada
--

COPY koordinaten_art (id, koordinatenart, idf_geo_key) FROM stdin;
1	Gauß-Krüger (Bessel)	G
2	geografisch-gradiell (WGS84)	D
3	UTM-MGRS (WGS84)	M
4	geografisch-dezimal (WGS84)	g
5	UTM (WGS84)	U
8	UTM (Hayford)	u
9	UTM-MGRS (Hayford)	m
\.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)