[Tile-serving] [osm2pgsql] Add an option to specify the target schema for import (#279)
Sarah Hoffmann
notifications at github.com
Tue Feb 10 08:09:38 UTC 2015
> @@ -12,10 +12,10 @@ using std::string;
>
> table_t::table_t(const string& conninfo, const string& name, const string& type, const columns_t& columns, const hstores_t& hstore_columns,
> const int srid, const int scale, const bool append, const bool slim, const bool drop_temp, const int hstore_mode,
> - const bool enable_hstore_index, const boost::optional<string>& table_space, const boost::optional<string>& table_space_index) :
> + const bool enable_hstore_index, const boost::optional<string>& table_space, const boost::optional<string>& table_space_index, const boost::optional<string>& schema) :
Wouldn't it be easier to just hand in a const reference to options_t and initialize from that?
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/279/files#r24394980
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20150210/4af68a46/attachment.html>
More information about the Tile-serving
mailing list