Upcoming presentations
No upcoming presentations...
Past presentations
Testing database schema and deploying schema changes is a challenge and still-developing art. At MeetMe, managing this across 30-odd Postgres instances in a systematic way utilizing open source tools has lead to the MeetMe Postgres Harness. Along with gerrit and Jenkins, the MeetMe database team has created a workflow that allows them to develop database schema concurrently with pgTAP testing, ...
JDBC is a popular standard database client API for Java. It's great for portability across database server backends, and the [PostgreSQL JDBC Driver][pgjdbc] is a solid implementation. As with many standards, there's an expected common denominator for behavior. There are circumstances, however, when that common denominator limits what's actually available from a specific underlying system....