Skip to content

Commit d54fc09

Browse files
author
James William Pye
committed
Fix markup and a dropped word.
1 parent 64fee44 commit d54fc09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgresql/documentation/driver.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ And ``update(...)`` is better performing for multiple sets:
14621462
... 'default_statistics_target' : "1000"
14631463
... })
14641464

1465-
..note::
1465+
.. note::
14661466
The ``transaction_isolation`` setting cannot be set using the ``settings``
14671467
mapping. Internally, ``settings`` uses ``set_config``, which cannot adjust
14681468
that particular setting.
@@ -1685,7 +1685,7 @@ statements that implicitly create indexes::
16851685
>>>
16861686

16871687
The above illustrates the quality of an installed ``msghook`` that simply
1688-
inhibits further propagation messages with a severity of 'NOTICE'--but, only
1688+
inhibits further propagation of messages with a severity of 'NOTICE'--but, only
16891689
notices coming from objects derived from the ``ct_this``
16901690
`postgresql.api.PreparedStatement` object.
16911691

0 commit comments

Comments
 (0)