Re: contrib mode - pgenv

From: Mike Mascari <mascarm(at)mascari(dot)com>
To: Mike Mascari <mascarm(at)mascari(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: contrib mode - pgenv
Date: 2003-09-21 11:22:20
Message-ID: 3F6D89EC.9010505@mascari.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I wrote:

> Peter Eisentraut wrote:
>
>>How is this better than temporary tables?
>
> Well, I basically implemented it as a result of this thread:
>
> http://archives.postgresql.org/pgsql-general/2003-09/msg01347.php

I should also point out that if the idea were to be accepted as a
contrib module, I'd like to submit another one that:

1) Uses int32 consistently. I use int in a few places.
2) Doesn't include trigger.h/spi.h. Copy and paste error.
3) Creates the function get_session_variable() with the STABLE option.

Mike Mascari
mascarm(at)mascari(dot)com

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2003-09-21 13:01:01 Re: contrib mode - pgenv
Previous Message Mike Mascari 2003-09-21 11:05:55 Re: contrib mode - pgenv