Remove alignment of AS in SQL and few others (#932)

* Remove alignment of AS in SQL

* Remove alignment of CREATE TABLE in SQL
This commit is contained in:
Frédéric Rodrigo 2020-07-22 13:48:25 +02:00 committed by GitHub
parent 13aaa404d9
commit 9bb17792a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
32 changed files with 502 additions and 503 deletions

View File

@ -61,8 +61,7 @@ FROM (
name_de,
hstore(string_agg(nullif(slice_language_tags(tags ||
hstore(ARRAY ['name', name, 'name:en', name_en, 'name:de', name_de]))::text,
''), ','))
AS "tags",
''), ',')) AS "tags",
ref,
highway,
construction,