Parameterized Types and Session Memory

From: Clark Evans <clark(dot)evans(at)manhattanproject(dot)com>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Parameterized Types and Session Memory
Date: 1999-03-11 17:58:35
Message-ID: 36E8044B.7B7DF71F@manhattanproject.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Questions:

a) Parameterized Types

I was wondering if a parameter mechanism is/will be
available in 4.5 for user defined types. Currently,
VARCHAR(10), NUMBER(6,2) are parameterized types,
this is more or less what I'm after (only it'd be
great if strings could be parameters too)

Why? I'm creating types from abstract algebra
(group theory) and there are an infinite number
of them, thus I need several parameters to specify
the information.

Even if it allowed one integer, this would be cool,
since I could load a table with the options, and
then pass the OID of the tuple.

b) Session Memory

I was wondering how I can get to memory area associated
with a user's session, similar to the package level
variables in Oracle.

Thanks!

Clark

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jackson, DeJuan 1999-03-11 18:00:32 RE: [HACKERS] Bug on complex subselect (was: Bug on complex join)
Previous Message Vince Vielhaber 1999-03-11 17:58:25 Re: [HACKERS] Developers globe