Changeset: ef7198eb51ba for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ef7198eb51ba Modified Files: sql/ChangeLog Branch: default Log Message:
Updated changelog with rename-sql branch changes. diffs (19 lines): diff --git a/sql/ChangeLog b/sql/ChangeLog --- a/sql/ChangeLog +++ b/sql/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Thu Oct 18 2018 Pedro Ferreira <pedro.ferre...@monetdbsolutions.com> +- Added possibility to rename SQL schemas, tables and columns with ALTER + statements: + > ALTER SCHEMA [ IF EXISTS ] ident RENAME TO ident + > ALTER TABLE [ IF EXISTS ] qname RENAME TO ident + > ALTER TABLE [ IF EXISTS ] qname RENAME [ COLUMN ] ident TO ident + Also added optional IF EXISTS clause to other existing ALTER TABLE + statements. + * Tue Okt 9 2018 Aris Koning <aris.kon...@monetdbsolutions.com> - The sql SAMPLE syntax is extended to include an optional integral SEED parameter that sets the seed for the internal random number generator _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list