-
Notifications
You must be signed in to change notification settings - Fork 17
/
alkis-clean.sql
24 lines (21 loc) · 1.29 KB
/
alkis-clean.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/***************************************************************************
* *
* Projekt: norGIS ALKIS Import *
* Purpose: ALKIS-Schema leeren *
* Author: Jürgen E. Fischer <[email protected]> *
* *
***************************************************************************
* Copyright (c) 2012-2023, Jürgen E. Fischer <[email protected]> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
SET client_encoding = 'UTF8';
SET search_path = :"postgis_schema", public;
-- Stored Procedures laden
\i alkis-functions.sql
-- Schema leeren
SELECT alkis_clean();