Document --limit and range selection

This commit is contained in:
Michael DeHaan
2012-08-14 22:07:00 -04:00
parent cb0fb4c42f
commit 7bd6fde2a3
23 changed files with 202 additions and 181 deletions

View File

@@ -3,6 +3,8 @@
mount
`````
.. versionadded:: 0.6
The mount module controls active and configured mount points (fstab).
+--------------------+----------+---------+----------------------------------------------------------------------------+

View File

@@ -3,6 +3,8 @@
mysql_db
````````
.. versionadded:: 0.6
Add or remove MySQL databases from a remote host.
Requires the MySQLdb Python package on the remote host. For Ubuntu, this is as easy as

View File

@@ -1,6 +1,8 @@
mysql_user
``````````
.. versionadded:: 0.6
Adds or removes a user from a MySQL database.
Requires the MySQLdb Python package on the remote host. For Ubuntu, this is as easy as

View File

@@ -3,6 +3,8 @@
postgresql_db
`````````````
.. versionadded:: 0.6
Add or remove PostgreSQL databases from a remote host.
The default authentication assumes that you are either logging in as or

View File

@@ -3,6 +3,8 @@
postgresql_user
```````````````
.. versionadded:: 0.6
Add or remove PostgreSQL users (roles) from a remote host, and grant the users
access to an existing database.