- Notifications
You must be signed in to change notification settings - Fork5
Commitbb54181
committed
CREATE POLICY expression -> using_expression
The syntax for CREATE POLICY simply used "expression" for the USINGexpression, while the WITH CHECK expression was "check_expression".Given that we have two expressions, it's sensible to explcitly name bothto maintain clarity.This patch simply changes the generic "expression" to be"using_expression".Pointed out by Peter Geoghegan.1 parent42f66b2 commitbb54181
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
| 155 | + | |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
|
0 commit comments
Comments
(0)