pgsql: Prevent psql tab completion in SET from adding TO when the equal - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Prevent psql tab completion in SET from adding TO when the equal
Date
Msg-id E1T6P2s-00039H-68@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Prevent psql tab completion in SET from adding TO when the equals sign
has no space before it.

Report by Erik Rijkers

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/65b2ee27ad926f622f06c3a4029b621e8d72fb67

Modified Files
--------------
src/bin/psql/tab-complete.c |    1 +
1 files changed, 1 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Update doc mention of how to compute bigint advisory lock value,
Next
From: Bruce Momjian
Date:
Subject: pgsql: Adjust pg_test_timing to show shortest test durations first, pla