Обсуждение: pgsql: Schema-qualify several references to the builtin function

Поиск
Список
Период
Сортировка

pgsql: Schema-qualify several references to the builtin function

От
neilc@postgresql.org (Neil Conway)
Дата:
Log Message:
-----------
Schema-qualify several references to the builtin function length(), to
avoid mistakenly calling a function of the same name that might happen
to appear earlier in the schema search path.

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