mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-07-25 16:06:14 +00:00
Merge pull request #2362 from lonvia/docs-grammar
Fix grammar issues in osm2pgsql-replication docs
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
# For a full list of authors see the git log.
|
# For a full list of authors see the git log.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Update an osm2pgsql database with changes from a OSM replication server.
|
Update an osm2pgsql database with changes from an OSM replication server.
|
||||||
|
|
||||||
This tool initialises the updating process by looking at the import file
|
This tool initialises the updating process by looking at the import file
|
||||||
or the newest object in the database. The state is then saved in a table
|
or the newest object in the database. The state is then saved in a table
|
||||||
@ -363,11 +363,11 @@ def status(props, args):
|
|||||||
|
|
||||||
|
|
||||||
`status` is 0 if there were no problems getting the status. 1 & 2 for
|
`status` is 0 if there were no problems getting the status. 1 & 2 for
|
||||||
improperly set up replication. 3 for network issues. If status ≠ 0, then
|
improperly set up replication. 3 for network issues. If status is greater 0,
|
||||||
the `error` key is an error message (as string). `status` is used as the
|
then the `error` key is an error message (as string). `status` is used as
|
||||||
exit code.
|
the exit code.
|
||||||
|
|
||||||
`server` is the replication server's current status. `sequence` is it's
|
`server` is the replication server's current status. `sequence` is its
|
||||||
sequence number, `timestamp` the time of that, and 'age_sec' the age of the
|
sequence number, `timestamp` the time of that, and 'age_sec' the age of the
|
||||||
data in seconds.
|
data in seconds.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user