Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mwotton/postgres-facerakes


https://github.com/mwotton/postgres-facerakes

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# postgres-facerakes

PostgreSQL is a fabulous, industrial strength database, but it has
some somewhat unexpected behaviours. This repository aims to capture
and explain some of them, along with a quick demonstration of some
nifty features. (The presentation is in Haskell but most of these are
not Haskell-specific problems.)

## facerakes

### SQL null is not Maybe/Nullable/Option
### null bytes in utf8
### unexpected behaviour at different serialisation levels
### aggregation behaviour over zero rows
### long-held transactions

## examples

### json_agg
### json search
### full text search
### triggers
### native IP address manipulation
### dates