I hereby claim:
- I am sgmccli on github.
- I am simonmcclive (https://keybase.io/simonmcclive) on keybase.
- I have a public key ASD7XBC5cQ_arpos7cDeftl8iXuVXQtkQNcr-F4dv1LpRwo
To claim this, I am signing this object:
# Install tmux | |
brew install tmux | |
# Launch tmux | |
tmux | |
# Setup tmux conf | |
vi ~/.tmux.conf | |
# Rebind prefix key from ctrl+b to ctrl+a |
I hereby claim:
To claim this, I am signing this object:
-- This file defines pgTAP, a collection of functions for TAP-based unit | |
-- testing. It is distributed under the revised FreeBSD license. | |
-- | |
-- The home page for the pgTAP project is: | |
-- | |
-- http://pgtap.org/ | |
CREATE OR REPLACE FUNCTION pg_version() | |
RETURNS text AS 'SELECT current_setting(''server_version'')' | |
LANGUAGE SQL IMMUTABLE; |