Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwotton/postgres-facerakes
https://github.com/mwotton/postgres-facerakes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwotton/postgres-facerakes
- Owner: mwotton
- License: bsd-3-clause
- Created: 2019-04-08T13:47:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T13:47:49.000Z (almost 6 years ago)
- Last Synced: 2024-10-27T18:28:12.793Z (3 months ago)
- Language: Haskell
- Size: 1.95 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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