I hereby claim:
- I am nacosta on github.
- I am nacosta (https://keybase.io/nacosta) on keybase.
- I have a public key whose fingerprint is 0A35 21FD 718A 0A23 243D BCBE CB33 3BDE 4933 65C4
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # @link https://gist.github.com/mattscilipoti/8424018 | |
| # | |
| # Called by "git push" after it has checked the remote status, | |
| # but before anything has been pushed. | |
| # | |
| # If this script exits with a non-zero status nothing will be pushed. | |
| # | |
| # Steps to install, from the root directory of your repo... |
| -- Window Function examples | |
| -- PostgreSQL conference South Africa 2018 | |
| -- By Willem Booysen | |
| -- Youtube: https://www.youtube.com/watch?v=blHEnrYwySE | |
| -- Create database and templates for demo | |
| DROP DATABASE IF EXISTS WindowFunctions; | |
| CREATE DATABASE WindowFunctions; |