pgsql: Also process psqlrc when running psql -l

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Also process psqlrc when running psql -l
Date: 2011-02-16 21:16:54
Message-ID: E1Ppok2-0003Tf-V1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Also process psqlrc when running psql -l

This was previously not very useful, but with many people customizing
the linestyle, it is nice for a consistent appearance.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b15fabf997fb3cd5e0680a6ad7576377774aae07

Modified Files
--------------
src/bin/psql/startup.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-02-16 22:25:00 pgsql: Add backwards-compatible declarations of some core GIN support f
Previous Message Bruce Momjian 2011-02-16 20:18:14 Re: [COMMITTERS] pgsql: Cleanup ClusterInfo initialization in pg_upgrade