Skip to content

Commit a27a09b

Browse files
author
James William Pye
committed
Relocate the fix to be grouped with other fixes.
1 parent 0347da3 commit a27a09b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

postgresql/documentation/changes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Changes
88
* **DEPRECATION**: Removed pg_python and pg_dotconf 'scripts'.
99
They are still accessible by python3 -m postgresql.bin.pg_*
1010
* Added db.do() method for DO-statement support(convenience method).
11-
* Fix handling of unix domain sockets by pg.open and driver.connect.
12-
[Reported by twitter.com/rintavarustus]
1311
* Set the default client_min_messages level to WARNING.
1412
NOTICEs are often not desired by programmers, and py-postgresql's
1513
high verbosity further irritates that case.
@@ -34,6 +32,8 @@ Changes
3432
* Implement reference symbols. Allow libraries to define symbols that
3533
are used to create queries that inherit the original symbol's type and
3634
execution method. ``db.prepare(db.prepare(...).first())``
35+
* Fix handling of unix domain sockets by pg.open and driver.connect.
36+
[Reported by twitter.com/rintavarustus]
3737
* Fix typo/dropped parts of a raise LoadError in .lib.
3838
[Reported by Vlad Pranskevichus]
3939
* Fix db.tracer and pg_python's --pq-trace=

0 commit comments

Comments
 (0)