Skip to content

Commit 2a43a11

Browse files
20231002 anchor link
1 parent b8380f7 commit 2a43a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/security/row-level-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ It is possible to cause information leakage by using carefully crafted queries t
150150

151151
- **PolyBase:** RLS is supported with external tables in Azure Synapse and SQL Server 2019 CU7 or higher versions.
152152

153-
- **Memory-Optimized Tables:** The inline table-valued function used as a security predicate on a memory-optimized table must be defined using the `WITH NATIVE_COMPILATION` option. With this option, language features not supported by memory-optimized tables will be banned and the appropriate error will be issued at creation time. For more information, see [Row-level security in Memory-Optimized Tables](../../relational-databases/in-memory-oltp/introduction-to-memory-optimized-tables.md#row-level-security-in-memory-optimized-tables).
153+
- **Memory-Optimized Tables:** The inline table-valued function used as a security predicate on a memory-optimized table must be defined using the `WITH NATIVE_COMPILATION` option. With this option, language features not supported by memory-optimized tables will be banned and the appropriate error will be issued at creation time. For more information, see [Row-level security in Memory-Optimized Tables](../../relational-databases/in-memory-oltp/introduction-to-memory-optimized-tables.md#rls).
154154

155155
- **Indexed views:** In general, security policies can be created on top of views, and views can be created on top of tables that are bound by security policies. However, indexed views cannot be created on top of tables that have a security policy, because row lookups via the index would bypass the policy.
156156

0 commit comments

Comments
 (0)