pgsql: This patch shows the full path name when doing a \s in psql, if

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This patch shows the full path name when doing a \s in psql, if
Date: 2005-06-09 23:28:10
Message-ID: 20050609232810.5BCED5293A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
This patch shows the full path name when doing a \s in psql,
if you have previously issued a \cd command.

Greg Sabino Mullane

Modified Files:
--------------
pgsql/src/bin/psql:
command.c (r1.144 -> r1.145)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c.diff?r1=1.144&r2=1.145)
settings.h (r1.23 -> r1.24)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/settings.h.diff?r1=1.23&r2=1.24)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-06-10 00:28:54 pgsql: Revise searching of subplan target lists to use something more
Previous Message Bruce Momjian 2005-06-09 22:36:27 pgsql: Free buffer allocated via malloc (process is short-lived, but fix