There was an error while loading. Please reload this page.
1 parent 945ccb0 commit 6e7f398Copy full SHA for 6e7f398
1 file changed
postgresql/documentation/changes.txt
@@ -28,7 +28,7 @@ Changes
28
element lists.
29
* Implement a NotificationManager for managing the NOTIFYs received
30
by a connection. The class can manage NOTIFYs from multiple
31
- connections, whereas the db.wait() method is modified for single targets.
+ connections, whereas the db.wait() method is tailored for single targets.
32
* Implement an ALock class for managing advisory locks using the
33
threading.Lock APIs. [Feedback from Valentine Gogichashvili]
34
* Implement reference symbols. Allow libraries to define symbols that
@@ -40,3 +40,4 @@ Changes
40
* Fix count return from .first() method. Failed to provide an empty
41
tuple for the rformats of the bind statement.
42
[Reported by dou dou]
43
+ * Add support for binary hstore.
0 commit comments