From 50641602697e81ce3f8e739c2dd278c65f829fae Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 23 Sep 2014 12:22:30 -0400 Subject: Add FETCH_COUNT and expanded auto to psqlrc --- .psqlrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.psqlrc b/.psqlrc index c2dc8614..323f6534 100644 --- a/.psqlrc +++ b/.psqlrc @@ -1,7 +1,9 @@ \set QUIET +\timing on +\set FETCH_COUNT 100 \pset linestyle unicode -\pset border 2 +\pset border 1 \pset null ยค \pset format wrapped -\timing on +\pset expanded auto \unset QUIET -- cgit 1.4.1