<p>I'm trying to import the data for a progam that expects different table names than the ones created by osm2pgsql. Currently I do the import with osmosis tho I'd like to replace it with osm2pgsql. Mainly to be able to update the db without complete reimporting the entire world.</p>
<p>How the names should look like:</p>
<pre><code>gclp=> \d
Schema | Name | Typ | Owner
--------+-------------------+---------+------------
public | geography_columns | Sicht | postgres
public | geometry_columns | Sicht | postgres
public | nodes | Tabelle | myuser
public | raster_columns | Sicht | postgres
public | raster_overviews | Sicht | postgres
public | relation_members | Tabelle | myuser
public | relations | Tabelle | myuser
public | schema_info | Tabelle | myuser
public | spatial_ref_sys | Tabelle | postgres
public | users | Tabelle | myuser
public | way_nodes | Tabelle | myuser
public | ways | Tabelle | myuser
</code></pre>
<p>Is there a way to define the table names in a .styles file?</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/osm2pgsql/issues/958?email_source=notifications&email_token=AA6353TITIVQ4QFY22SFW7TQMVFS7A5CNFSM4I45L4N2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HPI7YLQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AA6353RS4ZFEYNF5C5I4QOTQMVFS7ANCNFSM4I45L4NQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AA6353S24BGJV2K3WGPNEG3QMVFS7A5CNFSM4I45L4N2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HPI7YLQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/osm2pgsql/issues/958?email_source=notifications\u0026email_token=AA6353TITIVQ4QFY22SFW7TQMVFS7A5CNFSM4I45L4N2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HPI7YLQ",
"url": "https://github.com/openstreetmap/osm2pgsql/issues/958?email_source=notifications\u0026email_token=AA6353TITIVQ4QFY22SFW7TQMVFS7A5CNFSM4I45L4N2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HPI7YLQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>