Re: BUG #13425: Not able to import osm data into database

From: Venkata Balaji N <nag1010(at)gmail(dot)com>
To: dineshrapidflow(at)gmail(dot)com
Cc: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #13425: Not able to import osm data into database
Date: 2015-06-10 23:27:57
Message-ID: CAEyp7J9Ls6whbx6Cn35uPwOhnBvAQTXuiaeFp36ytkF36R0vfw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>
>
> https://github.com/mapserver/mapserver/wiki/RenderingOsmDataWindows#osm-import
>
> But i stuck at 3rd step....
> Now open a new command window and try the psql command
> These instructions assume that you already have a PostgreSQL 'postgres'
> user
> Open a command prompt and enter the following commands ( the password will
> always be: postgres )
> createdb -E utf8 -U postgres osm
>
> psql -U postgres -d osm -f "C:\Program
> Files\PostgreSQL\9.1\share\contrib\postgis-2.0\postgis.sql"
>
> psql -U postgres -d osm -f "C:\Program
> Files\PostgreSQL\9.1\share\contrib\postgis-2.0\spatial_ref_sys.sql"
>
> psql -U postgres -d osm -f "C:\Program
> Files\PostgreSQL\9.1\share\contrib\postgis-2.0\legacy.sql"
>
>
>
> Here i am not able to find postgis-2.0 folder and corresponding files.
> When i run this commands its showing error:
> No file found.
>

Sorry, not sure why this is posted as a BUG. This seems to be an issue with
postgis installation.
Do you have postgis installed ?

Regards,
Venkata Balaji N

Fujitsu Australia

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pradit.mix-it 2015-06-11 05:53:57 BUG #13431: install readline not complete
Previous Message Kevin Grittner 2015-06-10 22:16:42 Re: BUG #13426: table bloat - dead rows not removed after vacuum