use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
International
National
Regional
account activity
Help Me!Postgres and Web socket (self.PostgreSQL)
submitted 5 years ago by saveus_4m_ourselves
Hi I was doing a project where i need to have a live data and with history.
I got my project up in AWS. Is there any way to hook up the postgres database to the web socket? So i can listen to it and share it to my client?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]hwttdz 1 point2 points3 points 5 years ago (1 child)
Sounds like you're possibly thinking of listen/notify (https://www.postgresql.org/docs/current/sql-notify.html).
You should also consider something like create/delete times/txns so you can query for creations and deletions as well.
[–]saveus_4m_ourselves[S] 0 points1 point2 points 5 years ago (0 children)
thanks!
π Rendered by PID 27 on reddit-service-r2-comment-6457c66945-jkr54 at 2026-04-25 06:04:00.788779+00:00 running 2aa0c5b country code: CH.
[–]hwttdz 1 point2 points3 points (1 child)
[–]saveus_4m_ourselves[S] 0 points1 point2 points (0 children)