From be13c952c2489481bb94e0453c2e98039212e126 Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Wed, 12 Feb 2025 16:39:42 +0900 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f3e74e..ba93e57 100644 --- a/README.md +++ b/README.md @@ -269,10 +269,11 @@ IVM is effective when we want to keep an IMMV up-to-date and small fraction of a In such situation, we can use `refresh_immv` function with `with_data = false` to disable immediate maintenance before modifying a base table. After a base table modification, call `refresh_immv`with `with_data = true` to refresh the view data and enable immediate maintenance. -## Authors +## Developer IVM Development Group -- https://github.com/yugo-n -- https://github.com/thoshiai +- Original Authors + - https://github.com/yugo-n + - https://github.com/thoshiai ## License [PostgreSQL License](https://github.com/sraoss/pg_ivm/blob/main/LICENSE)