Re: function attributes

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: function attributes
Date: 2010-12-12 02:28:53
Message-ID: 4D043365.40908@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/11/2010 09:16 PM, Robert Haas wrote:
>
> Well, you could set that GUC (plperl.pass_binary_bytea) on a function
> without changing any syntax on at all.
>
> CREATE FUNCTION name (args) ... SET plperl.pass_binary_bytea = true;

Oh, good point. I'd forgotten about that. I'll experiment and see if I
can break it :-)

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-12-12 02:32:01 Re: unlogged tables
Previous Message Jeff Janes 2010-12-12 02:21:26 Re: unlogged tables