#!/bin/zsh
use db/postgres
#####################################################################

MAIN() {
	POSTGRES__LOGIN_INTERACTIVE $@
}
