We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91aca35 commit 98ec630Copy full SHA for 98ec630
README.rst
@@ -48,7 +48,7 @@ The main technique is as follows:
48
``request`` object, and save it in thread-local storage.
49
#. Later in the request, when a database cursor is accquired, issue an
50
SQL ``USE <tenant database name>`` for the desired tenant with MySQL
51
- or ``SET search_patch TO <tenant name>`` with PostgreSQL.
+ or ``SET search_path TO <tenant name>`` with PostgreSQL.
52
53
Step 1 is accomplished by implementing a `mapper
54
class <https://github.com/mik3y/django-db-multitenant/blob/master/db_multitenant/mapper.py>`__.
0 commit comments