[osmosis-dev] Running osmosis on a specific Postgresql schema
Jocelyn Jaubert
jocelyn.jaubert at gmail.com
Wed Sep 12 20:09:04 BST 2012
Hi,
I would like to use osmosis on a schema of a Postgresql database. I'm
currently doing this by setting this:
ALTER USER osmosis SET search_path TO osmosis,public;
But it isn't really useful as I would like to have different osmosis
schema in the same database - the idea is to have a different country
or French region inside each. I could have a different user for each
schema, bit I would prefer not to have to.
So, it is possible to specify a schema when running
osmosis --write-pgsql-change ?
Thanks,
Jocelyn
More information about the osmosis-dev
mailing list