PGCon2013 - Final Release
PGCon 2013
The PostgreSQL Conference
| Speakers | |
|---|---|
|
|
Bruce Momjian |
| Schedule | |
|---|---|
| Day | Talks - Day 1 - 2013-05-23 |
| Room | MRT 256 |
| Start time | 11:30 |
| Duration | 01:00 |
| Info | |
| ID | 608 |
| Event type | Lecture |
| Track | Applications |
| Language used for presentation | English |
Nulls Make Things Easier?
Nulls are a very useful but also very error-prone relational database feature. This talk is designed to help applications developers better manage their use of Nulls.
It covers the use of NULLs in relational databases, with a focus on Postgres behaviour. It covers three-value logic, comparing nulls, mapping nulls to strings, indexing nulls, and aggregates.