fix pl/pgsql %type bug

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: fix pl/pgsql %type bug
Date: 2003-01-27 01:07:45
Message-ID: 1043629665.665.323.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)samurai(dot)com> || PGP Key ID: DB3C29FC

Attachment Content-Type Size
plpgsql-ident-type-1.patch text/x-patch 2.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Lee Kindness 2003-01-27 11:52:18 Re: ECPG, threading and pooling
Previous Message Tom Lane 2003-01-27 00:25:03 Re: Fix segfault in pg_restore