Changeset: 65a20ec75b62 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/65a20ec75b62 Modified Files: sql/ChangeLog.Sep2022 Branch: Sep2022 Log Message:
Blurb for sys.url_extract_host. diffs (15 lines): diff --git a/sql/ChangeLog.Sep2022 b/sql/ChangeLog.Sep2022 --- a/sql/ChangeLog.Sep2022 +++ b/sql/ChangeLog.Sep2022 @@ -1,6 +1,11 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Mon Aug 15 2022 Sjoerd Mullender <[email protected]> +- A new function sys.url_extract_host(string, bool) which returns the + host name from the given URL has been implemented. The bool argument, + if true, causes the www. prefix to be removed. + * Fri Jul 29 2022 Sjoerd Mullender <[email protected]> - The user authentication tables are now administered by the SQL layer instead of the MAL layer. This means that changing (adding, dropping, _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
