Skip to content

Instantly share code, notes, and snippets.

@kmoppel
Last active January 12, 2017 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmoppel/b9595fe8446166d73c640b2d75ac95d7 to your computer and use it in GitHub Desktop.
Save kmoppel/b9595fe8446166d73c640b2d75ac95d7 to your computer and use it in GitHub Desktop.
-- SQL diff versioning
https://github.com/depesz/Versioning
-- Git version control
https://en.wikipedia.org/wiki/Git
-- Syntax formatter
http://sqlformat.darold.net/
-- XML processing
SELECT xpath('/html/p[2]/text()', '<html><p id="1">title</p><p>content</p></html>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment