[Tile-serving] [openstreetmap/osm2pgsql] Reorder columns for gazetteer place table (#751)

Sarah Hoffmann notifications at github.com
Sat Apr 22 09:41:53 UTC 2017


lonvia commented on this pull request.



>              "  osm_id " POSTGRES_OSMID_TYPE " NOT NULL,"
+            "  osm_type \"char\" NOT NULL,"

>From https://www.postgresql.org/docs/current/static/datatype-character.html:

> The type "char" (note the quotes) is different from char(1) in that it only uses one byte of storage. It is internally used in the system catalogs as a simplistic enumeration type.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/751#discussion_r112806430
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170422/0084ad1a/attachment.html>


More information about the Tile-serving mailing list