Thread: pgsql: Minor fixes for psql tab completion.

pgsql: Minor fixes for psql tab completion.

From
neilc@svr1.postgresql.org (Neil Conway)
Date:
Log Message:
-----------
Minor fixes for psql tab completion. Spell "absolute" like the English word,
not the brand of vodka. Complete FETCH <sth> <sth> with FROM and IN, not
FROM and TO (which is still pretty incomplete, but at least its the right
syntax).

Modified Files:
--------------
    pgsql/src/bin/psql:
        tab-complete.c (r1.122 -> r1.123)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c.diff?r1=1.122&r2=1.123)