Teufenbach
Teufenbach is a former municipality in the district of Murau in the Austrian state of Styria. Since the 2015 Styria municipal structural reform, it is part of the municipality Teufenbach-Katsch.[2]
Teufenbach | |
---|---|
Teufenbach Location within Austria | |
Coordinates: 47°07′43″N 14°21′32″E | |
Country | Austria |
State | Styria |
District | Murau |
Government | |
• Mayor | Johann Gruber (ÖVP) |
Area | |
• Total | 3.43 km2 (1.32 sq mi) |
Elevation | 760 m (2,490 ft) |
Population (1 January 2016)[1] | |
• Total | 687 |
• Density | 200/km2 (520/sq mi) |
Time zone | UTC+1 (CET) |
• Summer (DST) | UTC+2 (CEST) |
Postal code | 8833 |
Area code | 03582 |
Vehicle registration | MU |
Website | www.teufenbach.at |
Geography
Teufenbach lies in the upper valley of the Mur.
gollark: The new version *is* better, even if it involves something like 70 lines more code.
gollark: I've reworked minoteaur's design a bit again because productivity is BEES and happens to other people.```sqlCREATE TABLE pages ( id INTEGER PRIMARY KEY, name TEXT NOT NULL, updated INTEGER NOT NULL, content TEXT NOT NULL);``` I went from that small and thus uncool database thingy to this:```sqlCREATE TABLE versions ( vuuid TEXT PRIMARY KEY COLLATE BINARY, rawSize INTEGER NOT NULL, encoding TEXT, data BLOB NOT NULL);CREATE TABLE pages ( title TEXT PRIMARY KEY, created INTEGER NOT NULL, updated INTEGER NOT NULL, latestVersion TEXT NOT NULL REFERENCES versions(vuuid));CREATE TABLE revisions ( ruuid TEXT PRIMARY KEY COLLATE BINARY, page TEXT NOT NULL REFERENCES pages(title), timestamp INTEGER NOT NULL, type TEXT NOT NULL, data TEXT NOT NULL, -- JSON version TEXT NOT NULL REFERENCES versions(vuuid));CREATE INDEX revisions_page_ix ON revisions(page);```
gollark: Suspicious timing.
gollark: potatOS privacy policy, first 4000 characters.
gollark: He is ALWAYS right.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.