Thread: pgsql: Another tweak for tab completion of CREATE TEMP.

pgsql: Another tweak for tab completion of CREATE TEMP.

From
neilc@postgresql.org (Neil Conway)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/bin/psql:
        tab-complete.c (r1.163 -> r1.164)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c.diff?r1=1.163&r2=1.164)