Thread: [COMMITTERS] pgsql: psql: Add tab completion for DEALLOCATE

[COMMITTERS] pgsql: psql: Add tab completion for DEALLOCATE

From
Peter Eisentraut
Date:
psql: Add tab completion for DEALLOCATE

EXECUTE already tab-completes the list of prepared statements, but
DEALLOCATE was missing.

From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>

Branch
------
master

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

Modified Files
--------------
src/bin/psql/tab-complete.c | 4 ++++
1 file changed, 4 insertions(+)