Fix code-block argument missing.
This commit is contained in:
parent
303c681bff
commit
57032af356
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@ The object you need to pass to __postgres_extension consists of
|
||||||
the database name and the extension name joined by a colon in the
|
the database name and the extension name joined by a colon in the
|
||||||
following form:
|
following form:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: sh
|
||||||
|
|
||||||
dbname:extension
|
dbname:extension
|
||||||
|
|
||||||
f.ex.
|
f.ex.
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: sh
|
||||||
|
|
||||||
rails_test:unaccent
|
rails_test:unaccent
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue