From 437b2d22d7a04fccacac379a0624466fa9d285b1 Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Tue, 11 Mar 2025 23:04:07 +0900 Subject: [PATCH] Add pg_ivm_immv.lastivmupdate to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d66622b..e0c9247 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ The catalog `pgivm.pg_ivm_immv` stores IMMV information. |immvrelid|regclass|The OID of the IMMV| |viewdef|text|Query tree (in the form of a nodeToString() representation) for the view definition| |ispopulated|bool|True if IMMV is currently populated| +|lastivmupdate|xid8|The transaction ID of the most recent incremental update to the view| ## Example