[OSM-dev] How do I build the latest db schema?
Martijn van Oosterhout
kleptog at gmail.com
Fri Jul 6 15:15:28 BST 2007
On 7/6/07, Martijn van Oosterhout <kleptog at gmail.com> wrote:
> Recent versions of postgres support multi-value inserts, but the
> fastest way remains COPY which will let you load the entire table,
> streaming, in a single SQL command.
Feh, turns out the JDBC postgresql driver doesn't support COPY, which
means multi-value inserts is the only way to do it. There are rumours
that it can be hacked in though...
Have a nice day,
--
Martijn van Oosterhout <kleptog at gmail.com> http://svana.org/kleptog/
More information about the dev
mailing list