Hatalov
Hatalov is a village and municipality in Michalovce District in the Kosice Region of eastern Slovakia.

Michalovce District in the Kosice Region
History
In historical records the village was first mentioned in 1278.
Geography
The village lies at an altitude of 103 metres and covers an area of 8.633 km². It has a population of about 760 people.
Ethnicity
The population is almost entirely Slovak in ethnicity.
Government
The village relies on the tax and district offices, and fire brigade at Michalovce and the police force at Trhovište.
Culture
The village has a public library and a post office, a guesthouse and a food store.
Sports
The village has a football pitch.
Transport
The village has a railway station and a petrol station.
Genealogical resources
The records for genealogical research are available at the state archive "Statny Archiv in Presov, Slovakia"
- Roman Catholic church records (births/marriages/deaths): 1789-1906 (parish B)
- Greek Catholic church records (births/marriages/deaths): 1756-1904 (parish B)
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
gollark: I can't really do art, in general.
gollark: I appear to be encountering a race condition in my code. This is very troubling.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.