Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make clear that slim tables are an internal implementation detail #872

Merged
merged 1 commit into from
Oct 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/pgsql.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ tables which are used by the pgsql middle layer, not the backend:
With the ``--flat-nodes`` option, the ``planet_osm_nodes`` information is
instead stored in a binary file.

**Note:** The names and structure of these additional tables, colloquially
referred to as "slim tables", are an *internal implemention detail* of
osm2pgsql. While they do not usually change between releases of osm2pgsql,
be advised that if you rely on the content or layout of these tables in
your application, it is your responsibility to check whether your assumptions
are still true in a newer version of osm2pgsql before updating. See
https://github.com/openstreetmap/osm2pgsql/issues/230 for a discussion of
the topic.

## Importing ##

1. Runs a parser on the input file and processes the nodes, ways and relations.
Expand Down