Re: proposal: schema PL session variables

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Oleg Bartunov <obartunov(at)gmail(dot)com>
Subject: Re: proposal: schema PL session variables
Date: 2016-02-08 16:02:19
Message-ID: CAFj8pRDSLQ5WSyA9_JJr9XaNcwsWAhV_XXHauLBKBypYxn7tFA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

>> I propose really basic functionality, that can be enhanced in future -
>> step by step. This proposal doesn't contain any controversial feature or
>> syntax, I hope. It is related to PLpgSQL only, but described feature can be
>> used from any PL languages with implemented interface.
>>
>
>
> I think it would make sense to implement the interface in at least one of
> our other supported PLs. I'm not entirely clear how well this will match up
> with, say, plperl, but I'd be interested to see.
>

The minimalistic interface can be based on get/set functions. We can do
necessary transformations there.

Regards

Pavel

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2016-02-08 16:05:15 Re: proposal: function parse_ident
Previous Message Teodor Sigaev 2016-02-08 15:55:47 Re: proposal: function parse_ident