Re: Some things I like to pick from the TODO list ...

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Matthias Schmidt <schmidtm(at)mock-software(dot)de>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Some things I like to pick from the TODO list ...
Date: 2005-01-18 19:23:09
Message-ID: 20050118192309.GA14641@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 18, 2005 at 08:15:10PM +0100, Matthias Schmidt wrote:

> 1) Allow limits on per-db/user connections

Sounds hard to do: what limits? CPU, disk?

> 2) Allow server log information to be output as INSERT statements

Is this really needed?

> 3) Allow GRANT/REVOKE permissions to be applied to all schema objects
> with one

Maybe this is "apply schema changes to several objects with one
command". This seems reasonable.

> 4) Allow PREPARE of cursors

What does this means? Do you use an EXECUTE FETCH afterwards? Doesn't
make a lot of sense to me.

--
Alvaro Herrera (<alvherre[(at)]dcc(dot)uchile(dot)cl>)
"Porque francamente, si para saber manejarse a uno mismo hubiera que
rendir examen... ¿Quién es el machito que tendría carnet?" (Mafalda)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message J. Andrew Rogers 2005-01-18 19:38:45 Re: US Patents vs Non-US software ...
Previous Message Matthias Schmidt 2005-01-18 19:15:10 Some things I like to pick from the TODO list ...