pgsql: psql: Make temporary editor files have .sql extension - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Make temporary editor files have .sql extension
Date
Msg-id E1RWaqH-0007ub-VA@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add some weasel wording about threaded usage of PGresults.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Update documentation suggestions for debugging the backend.