File: schema.feature

package info (click to toggle)
osm2pgsql 1.8.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,536 kB
  • sloc: cpp: 46,707; ansic: 1,804; python: 797; 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