Manni Wood

Senior Software Engineer

Manni Wood trained to be a librarian, but things took a turn. He fell in love with coding, then discovered Postgres back when it was at version 7. He found a way to use Postgres at every job since. Now he is in the Solutions group at EDB.

Read Blogs

EDB Labs
There are many things to love about Hybrid Manager. One of my favorite things is the API. Anything that can "speak REST" can use this API. I'm going to show you how to create a Postgres cluster in Hybrid Manager via the API, using bash and curl. Security Unsurprisingly, Hybrid Manager's API has security requirements. This step only has to be done once, but let’s not sidestep it; let's dive in and...
EDB Labs
Use the lightest, easiest tool to manage your database schema changes over time.
EDB Labs
Are you using the most streamlined way to interact with Postgres from your application code?
EDB Labs
Migrating your legacy data into EDB Postgres AI is now easier than ever.
EDB Labs
The industry best practice for bulk data loads is to drop all constraints on tables, load the data, then re-enable constraints. However, leaving the primary key in place while dropping all other constraints turns out to not always harm data load times.