pgsql: Query in SQL function still not schema-safe; add a couple more

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Query in SQL function still not schema-safe; add a couple more
Дата
Msg-id 20090707192801.0AF7F75331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Query in SQL function still not schema-safe; add a couple
more pg_catalog. qualifications.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        information_schema.sql (r1.55 -> r1.56)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/information_schema.sql?r1=1.55&r2=1.56)

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: More sensible character_octet_length For character types with
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Don't use 'return' where you should use 'PG_RETURN_xxx'.