Hacker News new | ask | show | jobs
by chuckhend 766 days ago
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;