From b8bf6d9917372d14967210f7a95ebb49fb25ecf3 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 30 Mar 2019 21:23:20 +0000 Subject: [PATCH] Added news entry about ReplicationMessage.wal_end --- NEWS | 2 ++ doc/src/extras.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/NEWS b/NEWS index c56abfcd..fe5e9a5c 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,8 @@ New features: C structures to Python and interact with libpq via ctypes (:ticket:`#782`). - `~psycopg2.sql.Identifier` can represent qualified names in SQL composition (:ticket:`#732`). +- Added `!ReplicationMessage`.\ `~psycopg2.extras.ReplicationMessage.wal_end` + attribute (:ticket:`#800`). - Added *fetch* parameter to `~psycopg2.extras.execute_values()` function (:ticket:`#813`). - `!str()` on `~psycopg2.extras.Range` produces a human-readable representation diff --git a/doc/src/extras.rst b/doc/src/extras.rst index 8c0de15d..a635318f 100644 --- a/doc/src/extras.rst +++ b/doc/src/extras.rst @@ -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. + .. versionadded:: 2.8 + .. attribute:: send_time A `~datetime` object representing the server timestamp at the moment