- table_factory('placex',
- definition="""place_id bigint, osm_id bigint, osm_type char(1),
- class text, type text, name HSTORE, country_code char(2)""",
- content=[(1, 345, 'N', 'boundary', 'administrative', {'old_name': 'Former'}, 'ab'),
- (2, 781, 'R', 'landuse', 'wood', {'name': 'Wood'}, 'cd'),
- (3, 781, 'R', 'landcover', 'grass', None, 'cd')])
-
-
+ table_factory(
+ 'placex',
+ definition="""place_id bigint, osm_id bigint, osm_type char(1),
+ class text, type text, name HSTORE, country_code char(2)""",
+ content=[(1, 345, 'N', 'boundary', 'administrative', {'old_name': 'Former'}, 'ab'),
+ (2, 781, 'R', 'landuse', 'wood', {'name': 'Wood'}, 'cd'),
+ (3, 781, 'R', 'landcover', 'grass', None, 'cd')])