|
|
|
|
|
by Lemaxoxo
1204 days ago
|
|
Postgres has excellent support for WITH RECURSIVE, so I see no reason why it wouldn't. However, as I answered elsewhere, you would need to set some stateful stuff up if you don't want the query to start from scratch when you re-run it. |
|