Re: "fix" for plpgsql polymorphism

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Joe Conway" <mail(at)joeconway(dot)com>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: "fix" for plpgsql polymorphism
Date: 2003-07-04 01:50:36
Message-ID: 052101c341ce$aa6f5fc0$2800a8c0@mars
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> OK; the only change in this version is "isconst = false;". Now you can
> use $0 as a result placeholder if desired. E.g.:

Can we get any inspiration from Perl or bash here? eg. $$ or $* or
whatever?

Chris

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Jonathan Bartlett 2003-07-04 16:23:08 Making pg_dump cvs friendly
Previous Message Kim Ho 2003-07-03 18:35:19 UPDATED Re: ToBoolean method return correct Boolean values as per JDBC spec