pgsql: Schema-qualify several references to the builtin function

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: Schema-qualify several references to the builtin function
Дата
Msg-id 20070613235947.4B1289FB506@postgresql.org
обсуждение исходный текст
Список pgsql-committers
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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update item: < * Allow EXPLAIN output to be more easily
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Implement a chunking protocol for writes to the syslogger pipe,