pgsql-server: Another minor tweak to psql startup: set the default

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Another minor tweak to psql startup: set the default
Date: 2004-10-08 11:24:19
Message-ID: 20041008112419.0CCEB32A19B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Another minor tweak to psql startup: set the default values for the PROMPT1,
PROMPT2 and PROMPT3 variables before we read any of the settings specified
via the user on the command-line or in psqlrc, so that the latter can
override the former. Per original patch from Ingo van Lil, simpler fix
suggested by Tom Lane.

Modified Files:
--------------
pgsql-server/src/bin/psql:
startup.c (r1.102 -> r1.103)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/psql/startup.c.diff?r1=1.102&r2=1.103)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-10-08 15:03:26 pgsql-server: Include schema name in pg_restore -l output, per request
Previous Message Tom Lane 2004-10-08 04:23:01 pgsql-server: Tweak HPUX shared-library build flags, per Shinji