diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.js b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.js index dd1545853..cfd76bc58 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.js +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.js @@ -120,6 +120,24 @@ define('pgadmin.node.row_security_policy', [ control: 'sql-field', visible: true, group: gettext('Commands'), disabled: 'disableWithCheck', }, + { + id: 'rls_expression_key_note', label: gettext('RLS policy expression'), + type: 'note', group: 'Commands', mode: ['create'], + text: [ + '', gettext('Using: '), '', + gettext('This expression will be added to queries that refer to the table if row level security is enabled.'), + '