Skip to content

Instantly share code, notes, and snippets.

View mjf's full-sized avatar

Matouš Jan Fialka mjf

View GitHub Profile
@mjf
mjf / Makefile
Last active December 20, 2020 10:58
RPM specfiles for the recent HAProxy and InfluxDB OSS 2 releases
help:
@ echo 'haproxy[-libslz][-51degrees[-trie]]'
@ echo 'influxdb2'
all:
@ echo 'not supported'
clean:
@ rpmbuild-clean
@namrata4
namrata4 / admin.sql
Last active March 16, 2024 17:24
Handy PostgreSQL Monitoring Scripts
-- turn off paging (less/more)
psql> \pset pager off
/*
Pager usage is off.
*/
-- find an object name by id
SELECT OID, relname