The document summarizes David Fetter's presentation at PGCon 2018 about SQL assertions in PostgreSQL. It describes how assertions allow expressing data constraints across multiple tables. It provides an example of using assertions to enforce constraints in a tool lending library database. It then discusses the history of implementing assertions in PostgreSQL, beginning with an initial patch in 2013 and progress toward inclusion in v11.