Changeset: f96f17af52dc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f96f17af52dc Modified Files: sql/ChangeLog.Dec2023 Branch: Dec2023 Log Message:
Add SQL changelog entry for persist_unlogged function. diffs (17 lines): diff --git a/sql/ChangeLog.Dec2023 b/sql/ChangeLog.Dec2023 --- a/sql/ChangeLog.Dec2023 +++ b/sql/ChangeLog.Dec2023 @@ -1,6 +1,13 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Tue Dec 5 2023 Lucas Pereira <[email protected]> +- Introduction of table returning function `persist_unlogged(schema + string, table string)` that attempts to persist data in disk if + "schema"."table" is unlogged table in insert only mode. If persist + attempt is successful, the count of the persisted rows is returned, + otherwise the count is 0. + * Thu Aug 24 2023 Martin van Dinther <[email protected]> - Added ISO/IEC 9075-11 SQL/Schemata (SQL:2011) with SQL system views: information_schema.schemata _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
