OSDN Git Service

Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix some
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 2 Apr 2006 09:02:41 +0000 (09:02 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 2 Apr 2006 09:02:41 +0000 (09:02 +0000)
commit643b022bed88dda60953833624f77ef1d365d516
treea38f7e96780388ba1fa3ed0e634dd3c91369aa8e
parentd73336f8f432fd821a503924f0442738a420b9d9
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.
src/bin/psql/tab-complete.c