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

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql-server: Another minor tweak to psql startup: set the default
Date
Msg-id 20041008112419.0CCEB32A19B@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Tweak HPUX shared-library build flags, per Shinji
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Include schema name in pg_restore -l output, per request