aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index c330e3d..bf9d5ab 100644
--- a/TODO.md
+++ b/TODO.md
@@ -136,3 +136,13 @@ this stuff may not make any sense.
https://forums.somethingawful.com/showthread.php?noseen=0&threadid=2389159&perpage=40&pagenumber=865#post520151251
https://nathanotterness.com/2021/10/tiny_elf_modernized.html
(created repo: https://github.com/pablotron/tiny-binaries)
+* pg tiny tricks
+ - CTEs as optimization barrier:
+ https://old.reddit.com/r/programming/comments/suyidt/a_hairy_postgresql_incident/hxdvwl4/
+ - `~* ANY(string_to_array(?))` (comment in reddit w/json array)
+ - pub/sub?
+ - domains instead of repeated check constraints
+ - trigger `TG_ARGV`
+ - trigger `REFERENCING ... AS` (newer PG)
+ - `COMMENT ON` ...
+ - `LISTEN/NOTIFY`?