Re: [HACKERS] [PATCH] Add tab completion for DEALLOCATE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] [PATCH] Add tab completion for DEALLOCATE
Date
Msg-id 18470.1485975631@sss.pgh.pa.us
Whole thread Raw
In response to [HACKERS] [PATCH] Add tab completion for DEALLOCATE  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
Responses Re: [HACKERS] [PATCH] Add tab completion for DEALLOCATE  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
List pgsql-hackers
ilmari@ilmari.org (Dagfinn Ilmari Mannsåker) writes:
> While playing with prepared statements in psql, I noticed that EXECUTE
> tab-completes the list of active prepared statements, but DEALLOCATE
> does not.
> Attached is a patch to fix this.

Good idea, but I think it would be better to give DEALLOCATE its own
entry in the list, so it could be placed in alphabetical order.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Improvements in psql hooks for variables
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Refactoring of replication commands using printsimple