12Jun/094
Using diff/patch from within PostgreSQL
Sometimes you might want to store diffs of two strings in the database, so you save some space and actually see what has changed - and apply those patches to a string to get from one version to the other.