pgsql: psql: Make temporary editor files have .sql extension

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Make temporary editor files have .sql extension
Date: 2011-12-02 21:40:25
Message-ID: E1RWaqH-0007ub-VA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Make temporary editor files have .sql extension

This gives editors a better chance to treat these files as the SQL
files that they are.

Branch
------
master

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

Modified Files
--------------
src/bin/psql/command.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-12-02 22:09:57 pgsql: Update documentation suggestions for debugging the backend.
Previous Message Tom Lane 2011-12-02 16:37:04 pgsql: Add some weasel wording about threaded usage of PGresults.