Re: Add utility functions to plperl [PATCH]

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add utility functions to plperl [PATCH]
Date: 2010-01-20 01:34:05
Message-ID: 4B565D8D.3080603@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tim Bunce wrote:
> This is the first of the patches to be split out from the former 'plperl
> feature patch 1'.
>
> Changes in this patch:
>
> - Added utility functions: quote_literal, quote_nullable, quote_ident,
> encode_bytea, decode_bytea, looks_like_number,
> encode_array_literal, encode_array_constructor.
>
> - Warnings no longer have an extra newline in the NOTICE text.
>
> - Corresponding documentation changes in plperl.sgml, plus:
> Removed some trailing whitespace.
> Made some examples use more idiomatic perl.
> Added the missing ', arguments' to docs of spi_exec_prepared().
>
>

Applied with a little editing. I also added CVS markers where they were
missing.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2010-01-20 01:54:05 Re: lock_timeout GUC patch
Previous Message Josh Berkus 2010-01-20 01:29:41 Re: Missing docs for SR