pgsql: Add --psqlrc=FILENAME parameter to psql, to process an explicitly

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add --psqlrc=FILENAME parameter to psql, to process an explicitly
Date: 2010-03-06 15:28:09
Message-ID: 20100306152809.6E8367541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add --psqlrc=FILENAME parameter to psql, to process an explicitly named
file instead of ~/.psqlrc on startup.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.239 -> r1.240)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.239&r2=1.240)
pgsql/src/bin/psql:
help.c (r1.155 -> r1.156)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c?r1=1.155&r2=1.156)
startup.c (r1.162 -> r1.163)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/startup.c?r1=1.162&r2=1.163)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-03-06 23:10:43 pgsql: Fix warning messages in restrict_and_check_grant() to include the
Previous Message Tom Lane 2010-03-06 00:46:27 pgsql: When reading pg_hba.conf and similar files, do not treat @file as