fix pl/pgsql %type bug

Поиск
Список
Период
Сортировка
От Neil Conway
Тема fix pl/pgsql %type bug
Дата
Msg-id 1043629665.665.323.camel@tokyo
обсуждение исходный текст
Ответы Re: fix pl/pgsql %type bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
This patch fixes a bug with the new-in-7.3 support for schema-qualified
names for %TYPE variables in PL/PgSQL: the function that parses them
never calls plgsql_convert_ident(), so it will not work for any
identifier name that has double-quotes or mixed-case letters.

Unless anyone sees a problem, please apply this patch to both
REL7_3_STABLE and HEAD.

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC



Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fix segfault in pg_restore
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: [JDBC] question about rollback and SQLException