Another tweak for tab completion of CREATE TEMP. Instead of only

Neil Conway <neilc@samurai.com>

Commit: 8e90c5448018b5e7c57f81e1aeea22ffff7567ef
Author: Neil Conway <neilc@samurai.com>
Date: 2007-04-26T22:25:56Z
Releases: 8.3.0
Another tweak for tab completion of CREATE TEMP. Instead of only
completing CREATE { TEMP | TEMPORARY } TABLE, we should also suggest
VIEW and SEQUENCE. Per Greg Sabino Mullane.

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +8 −3