Added news entry about ReplicationMessage.wal_end

This commit is contained in:
Daniele Varrazzo 2019-03-30 21:23:20 +00:00
parent ff91ad5186
commit b8bf6d9917
2 changed files with 4 additions and 0 deletions

2
NEWS
View File

@ -22,6 +22,8 @@ New features:
C structures to Python and interact with libpq via ctypes (:ticket:`#782`). C structures to Python and interact with libpq via ctypes (:ticket:`#782`).
- `~psycopg2.sql.Identifier` can represent qualified names in SQL composition - `~psycopg2.sql.Identifier` can represent qualified names in SQL composition
(:ticket:`#732`). (:ticket:`#732`).
- Added `!ReplicationMessage`.\ `~psycopg2.extras.ReplicationMessage.wal_end`
attribute (:ticket:`#800`).
- Added *fetch* parameter to `~psycopg2.extras.execute_values()` function - Added *fetch* parameter to `~psycopg2.extras.execute_values()` function
(:ticket:`#813`). (:ticket:`#813`).
- `!str()` on `~psycopg2.extras.Range` produces a human-readable representation - `!str()` on `~psycopg2.extras.Range` produces a human-readable representation

View File

@ -208,6 +208,8 @@ The individual messages in the replication stream are represented by
LSN position of the current end of WAL on the server. LSN position of the current end of WAL on the server.
.. versionadded:: 2.8
.. attribute:: send_time .. attribute:: send_time
A `~datetime` object representing the server timestamp at the moment A `~datetime` object representing the server timestamp at the moment