Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ブーリアン値を論理値に変更 #2489

Merged
merged 1 commit into from
Nov 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/src/sgml/ddl.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -3510,7 +3510,7 @@ GRANT SELECT (col1), UPDATE (col1) ON mytable TO miriam_rw;
user running the query, although security-definer functions can be used
to access data not available to the calling user.
-->
ポリシーでどの行が可視である、あるいは更新可能であるかを指定するために、ブーリアン値を返す式が必要です
ポリシーでどの行が可視である、あるいは更新可能であるかを指定するために、論理値を返す式が必要です
ユーザの問い合わせにあるどの条件や関数よりも前に、この式が各行について評価されます。
(この規則の例外は、情報リークがないことが保証される<literal>leakproof</literal>関数だけです。
行セキュリティの確認の前にこのような関数を適用することをオプティマイザが選択することがあります。)
Expand Down