|
|
|
|
|
by jihadjihad
656 days ago
|
|
It seems at first to be a toy or silly intellectual exercise, but after reading the whole thing it really feels like an example of how constraints can lead to creative solutions. Can't log to stdout in the recursive CTE's loop? Maybe `RAISE NOTICE` will work. Can't take user input from the query itself? What if we stored the input in a table locally and read from that instead with `dblink`? It's just a lot of fun, kudos for hacking this together, this is the sort of thing that makes me love software so much. |
|