Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
chuckhend
8 months ago
|
parent
|
context
|
favorite
| on:
Show HN: An SQS Alternative on Postgres
The client libs are a nice convenience, but most users write the sql directly when integrating with other SQL statements, something like:
begin; select * from my table group by... select pgmq.send(); commit;
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
begin; select * from my table group by... select pgmq.send(); commit;