What kinds of attacks are possible with credentials to a read-only Postgres user?

Assuming I implement the literal SQL-injection on an HTTP endpoint with a read-only user that limits execution time to e.g. some amount of seconds. What’s the worst that could happen? I know simple attacks could be just flood… Continue reading What kinds of attacks are possible with credentials to a read-only Postgres user?

Microsoft acquires Citus Data

Microsoft today announced that it has acquired Citus Data, a company that focused on making PostgreSQL database faster and more scalable. Citus’ open source PostgreSQL extension essentially turns the application into a distributed database and while there has been a lot of hype around the NoSQL movement and document stores, relational database — and especially PostgreSQL […] Continue reading Microsoft acquires Citus Data