From: | <mgould(at)isstrucksoftware(dot)net> |
---|---|
To: | "Stefan Keller" <sfkeller(at)gmail(dot)com>, "pgsql-general List" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Call for Google Summer of Code (GSoC) 2012: Project ideas? |
Date: | 2012-03-09 13:04:06 |
Message-ID: | 20120309060406.c760ddbd7c0975bc4b045766db7d895c.7027cf1fd2.wbe@email16.secureserver.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I would like to see 2 features which I've found useful in other SQL
engines.
1. The ability to create global variables. The syntax is usually
something like
CREATE VARIABLE 'foo' integer;
There could be 1-n of these create.
2.
The ability for the system to automatically called a stored procedure
called INIT if it is available. This would trigger each time a user
logs in. It allow for global variables to be setup or call any other
initialization processes that need to be done to setup the environment.
Best Regards,
Michael Gould
Intermodal Software Solutions, LLC
904-226-0978
-------- Original Message --------
Subject: [GENERAL] Call for Google Summer of Code (GSoC) 2012: Project
ideas?
From: Stefan Keller <sfkeller(at)gmail(dot)com>
Date: Thu, March 08, 2012 12:40 pm
To: pgsql-general List <pgsql-general(at)postgresql(dot)org>
Hi
I do have a student who is interested in participating at the Google
Summer of Code (GSoC) 2012
Now I have the "burden" to look for a cool project... Any ideas?
-Stefan
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2012-03-09 15:47:09 | Re: Call for Google Summer of Code (GSoC) 2012: Project ideas? |
Previous Message | Simon Riggs | 2012-03-09 07:58:59 | Re: How to erase transaction logs on PostgreSQL |