From: Konstantin Osipov <kostja@tarantool.org>
To: tarantool-patches@freelists.org
Cc: v.shpilevoy@tarantool.org, Nikita Pettik <korablev@tarantool.org>
Subject: [tarantool-patches] Re: [PATCH] sql: disallow to rename space if it is referenced by view
Date: Thu, 27 Dec 2018 13:14:59 +0300 [thread overview]
Message-ID: <20181227101459.GA18166@chai> (raw)
In-Reply-To: <20181209155735.32694-1-korablev@tarantool.org>
* Nikita Pettik <korablev@tarantool.org> [18/12/09 20:53]:
> + if (strcmp(def->name, old_space->def->name) != 0 &&
> + old_space->def->view_ref_count > 0)
> + tnt_raise(ClientError, ER_ALTER_SPACE,
> + space_name(old_space),
> + "can not rename space which is referenced by "
> + "view");
referenced by a view (missing article).
Please check your error message with the docs team if you're not
100% confident the grammar is correct.
Thanks!
--
Konstantin Osipov, Moscow, Russia, +7 903 626 22 32
http://tarantool.io - www.twitter.com/kostja_osipov
prev parent reply other threads:[~2018-12-27 10:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-09 15:57 [tarantool-patches] " Nikita Pettik
2018-12-10 11:17 ` [tarantool-patches] " Vladislav Shpilevoy
2018-12-11 7:02 ` Konstantin Osipov
2018-12-11 9:57 ` n.pettik
2018-12-25 13:33 ` Kirill Yukhin
2018-12-27 10:14 ` Konstantin Osipov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181227101459.GA18166@chai \
--to=kostja@tarantool.org \
--cc=korablev@tarantool.org \
--cc=tarantool-patches@freelists.org \
--cc=v.shpilevoy@tarantool.org \
--subject='[tarantool-patches] Re: [PATCH] sql: disallow to rename space if it is referenced by view' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox