Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix some

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 643b022bed88dda60953833624f77ef1d365d516
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2006-04-02T09:02:41Z
Releases: 8.2.0
Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY.  Also fix some
whitespace issues nearby.

DROP OWNED BY is actually a bit kludgy, but it seems better to do it this way
rather than duplicating the words_after_create list just to add a single
element.

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +106 −27