File: schema.feature

package info (click to toggle)
osm2pgsql 2.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,772 kB
  • sloc: cpp: 60,940; python: 1,115; ansic: 763; sh: 25; makefile: 14
file content (14 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Feature: Importing data into different DB schemas

    Scenario: Using a different schema for pgsql output tables
        Given the OSM data
            """
            n3948 Thighway=bus_stop,name=Bus x22.45 y-20.1444
            """
        Given the database schema osm

        When running osm2pgsql pgsql with parameters
            | --output-pgsql-schema=osm |

        Then table osm.planet_osm_point has 1 row