forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5b80588
committed
Doc: clarify use of RECURSIVE in WITH.
Apparently some people misinterpreted the syntax as being thatRECURSIVE is a prefix of individual WITH queries. It's a modifierfor the WITH clause as a whole, so state that more clearly.Discussion:https://postgr.es/m/ca53c6ce-a0c6-b14a-a8e3-162f0b2cc119@a-kretschmer.de1 parent787b3fd commit5b80588
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
276 | 284 |
| |
277 | 285 |
| |
278 | 286 |
| |
|
0 commit comments
Comments
(0)